Generated by
JDiff

Class org.apache.hadoop.mapred.MapFileOutputFormat

The superclass changed from org.apache.hadoop.mapred.FileOutputFormat to org.apache.hadoop.mapred.FileOutputFormat.

Changed Methods
Writable getEntry(Reader[], Partitioner, WritableComparable, Writable) Change in signature from (Reader[], Partitioner, K, extends, WritableComparable, V, extends, Writable) to (Reader[], Partitioner, WritableComparable, Writable).
Get an entry from output generated by this class.
RecordWriter getRecordWriter(FileSystem, JobConf, String, Progressable) Change in return type from (WritableComparable, Writable>) to RecordWriter.