Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 86542 invoked from network); 28 Jul 2008 21:39:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jul 2008 21:39:29 -0000 Received: (qmail 57367 invoked by uid 500); 28 Jul 2008 21:39:27 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 57078 invoked by uid 500); 28 Jul 2008 21:39:26 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 57059 invoked by uid 99); 28 Jul 2008 21:39:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jul 2008 14:39:26 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jul 2008 21:38:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7CA62234C18B for ; Mon, 28 Jul 2008 14:38:36 -0700 (PDT) Message-ID: <1132873920.1217281116509.JavaMail.jira@brutus> Date: Mon, 28 Jul 2008 14:38:36 -0700 (PDT) From: "Owen O'Malley (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3669) Aggregate Framework should allow usage of MultipleOutputFormat In-Reply-To: <601726720.1214831745514.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HADOOP-3669: ---------------------------------- Status: Open (was: Patch Available) You need to update this patch to trunk. The files were moved around in 0.18, which is why the patch doesn't apply. > Aggregate Framework should allow usage of MultipleOutputFormat > -------------------------------------------------------------- > > Key: HADOOP-3669 > URL: https://issues.apache.org/jira/browse/HADOOP-3669 > Project: Hadoop Core > Issue Type: Improvement > Affects Versions: 0.17.0 > Reporter: Ankur > Assignee: Ankur > Attachments: HADOOP-3669_v1.patch > > > Currently the output format is hard-coded to be TextOutputFormat in ValueAggregatorJob responsible for running aggregation jobs using user-defined value aggregator descriptors. This prevents the application writer from specifying an alternate output format. > A good use case from an application's perspective is to have a sub-type of MultipleOutputFormat set as output format which takes care of redirecting (key, value) > to different files based on type information encoded in them. > Applications can extend MultipleTextOutputFormat and define there own multiple output format but they still can't hook it into value aggregator framework. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.