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.
