Generated by
JDiff

Package org.apache.hadoop.mapred.lib

Added Classes
BinaryPartitioner Partition BinaryComparable keys using a configurable part of the bytes array returned by BinaryComparable#getBytes()
 

Changed Classes
MultipleOutputFormat This abstract class extends the FileOutputFormat allowing to write the output data to different output files.
MultipleOutputs The MultipleOutputs class simplifies writting to additional outputs other than the job default output via the OutputCollector passed to the map() and reduce() methods of the Mapper and Reducer implementations.
MultipleSequenceFileOutputFormat This class extends the MultipleOutputFormat allowing to write the output data to different output files in sequence file output format.
MultipleTextOutputFormat This class extends the MultipleOutputFormat allowing to write the output data to different output files in Text output format.