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
CombineFileInputFormat An abstract org.apache.hadoop.mapred.InputFormat that returns i int) method.
CombineFileRecordReader A generic RecordReader that can hand out different recordReaders for each chunk in a CombineFileSplit A CombineFileSplit can combine data chunks from multiple files.
CombineFileSplit @deprecated Use org.apache.hadoop.mapreduce.lib.input.CombineFileSplit
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.