Have you looked at src/mapred/org/apache/hadoop/mapreduce/lib/output/MultipleOutputs.java ?
On Thu, Nov 18, 2010 at 3:15 PM, Srihari Anantha Padmanabhan < sriha...@yahoo-inc.com> wrote: > Hi, > > I am working on migrating a mapreduce program from using > org.apache.hadoop.mapred to org.apache.hadoop.mapreduce APIs. The program > currently uses orf.apache.hadoop.mapred.lib.MultipleOutputFormat<k,v>. I > could not find any equivalent class in mapreduce. > > Can anyone suggest an equivalent class or a workaround for using a > mapreduce API instead of mapred.lib.MultipleOutputFormat<k,v>? > > Will there be any issue if I continue to use mapred? > > Any reference on this would be very helpful. > > Thanks, > Srihari