Re: multiple outputs

2010-06-07 Thread Amareshwari Sri Ramadasu
MultipleOutputs is ported to use new api through http://issues.apache.org/jira/browse/MAPREDUCE-370 See the discussions on jira and javadoc/testcase as an example on how to use it. Thanks Amareshwari On 6/7/10 8:08 PM, "Torsten Curdt" wrote: I need to emit to different output files from a redu

multiple outputs

2010-06-07 Thread Torsten Curdt
I need to emit to different output files from a reducer. The old API had MultipleSequenceFileOutputFormat. Am I missing something or is this gone in the new API? Are there any problems porting this over? Or does it just needs to be done? cheers -- Torsten