[ 
https://issues.apache.org/jira/browse/HADOOP-3669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J resolved HADOOP-3669.
-----------------------------

    Resolution: Invalid

This has gone stale. If this is still required, please reopen and upload a 
fresher patch against trunk.
                
> Aggregate Framework should allow usage of MultipleOutputFormat
> --------------------------------------------------------------
>
>                 Key: HADOOP-3669
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3669
>             Project: Hadoop Common
>          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.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to