[ 
https://issues.apache.org/jira/browse/AVRO-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13279179#comment-13279179
 ] 

Doug Cutting commented on AVRO-1052:
------------------------------------

Thanks for this!

A few comments:
 - the tests fail for me (on JDK7) unless I add testProjection1() to 
runTestsInOrder().  testProjection1() depends on the output of testJob(), so to 
guarantee that testJob() is run first this change must be made.
 - I find the javadoc in AvroMultipleOutputs to be confusing.  First, it's 
indented poorly.  Second, it names classes like MOAvroMap, MOAvroReduce and 
MOReduce which are not clear to me.  Perhaps you just mean these to be names 
like MyAvroMapper and MyAvroReducer, which extend AvroMapper and AvroReducer?  
Is that correct?  It appears so from the tests.
                
> Support MultipleOutputFormat in Avro
> ------------------------------------
>
>                 Key: AVRO-1052
>                 URL: https://issues.apache.org/jira/browse/AVRO-1052
>             Project: Avro
>          Issue Type: New Feature
>          Components: java
>    Affects Versions: 1.6.1, 1.7.0
>         Environment: Avro 1.6.1, Hadoop 0.20.205.0.3
>            Reporter: Ashish Nagavaram
>              Labels: avro, newbie
>         Attachments: AVRO-1052.patch, AVRO-1052.patch
>
>   Original Estimate: 432h
>  Remaining Estimate: 432h
>
> Api's for Avro to write records into multiple files similar to the 
> MultipleTextOutputFormat. All the files have the same output schema

--
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