Usually MultipleSequenceFileOutputFormat or MultipleTextOutputFormat is used.
You need to use: jobConf.setOutputFormat() On Mon, Jul 5, 2010 at 1:29 AM, zhangguoping zhangguoping < [email protected]> wrote: > Hi, > > Is org.apache.hadoop.mapred.lib.MultipleOutputFormat deprecated? I did not > find @deprecated comments in source file in 0.20.2 > > But I cannot use following: > > job.setOutputFormatClass( > org.apache.hadoop.mapred.lib.MultipleOutputFormat > ) > > > The type does not match. >
