Generated by
JDiff

Class org.apache.hadoop.mapred.lib.CombineFileInputFormat

The superclass changed from org.apache.hadoop.mapred.FileInputFormat to org.apache.hadoop.mapreduce.lib.input.CombineFileInputFormat.
Added interface org.apache.hadoop.mapred.InputFormat.

Now deprecated.

Removed Methods
void createPool(JobConf, List) Create a new pool and add the filters to it.
void createPool(JobConf, PathFilter[]) Create a new pool and add the filters to it.
 

Added Methods
RecordReader createRecordReader(InputSplit, TaskAttemptContext)  
 

Changed Methods
void setMaxSplitSize(long) Method was locally defined, but is now inherited from CombineFileInputFormat. Specify the maximum size (in bytes) of each split.
void setMinSplitSizeNode(long) Method was locally defined, but is now inherited from CombineFileInputFormat. Specify the minimum size (in bytes) of each split per node.
void setMinSplitSizeRack(long) Method was locally defined, but is now inherited from CombineFileInputFormat. Specify the minimum size (in bytes) of each split per rack.