|
|
-
Re: Is org.apache.hadoop.mapred.lib.MultipleOutputFormat deprecated?Ted Yu 2010-07-07, 01:11
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. > |