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