Generated by
JDiff

Class org.apache.hadoop.mapred.FileOutputFormat

Removed interface org.apache.hadoop.mapred.OutputFormat.
Added interface org.apache.hadoop.mapred.OutputFormat.

Changed Methods
Class getOutputCompressorClass(JobConf, Class) Change in return type from (Class) to Class.
Change in signature from (JobConf, Class) to (JobConf, Class).
Get the CompressionCodec for compressing the job outputs.
RecordWriter getRecordWriter(FileSystem, JobConf, String, Progressable) Change in return type from (RecordWriter) to RecordWriter.
 
void setOutputCompressorClass(JobConf, Class) Change in signature from (JobConf, Class) to (JobConf, Class).
Set the CompressionCodec to be used to compress job outputs.