Generated by
JDiff

Class org.apache.hadoop.mapred.FileInputFormat

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

Now deprecated.

Added Methods
String[] getSplitHosts(BlockLocation[], long, long, NetworkTopology) This function identifies and returns the hosts that contribute most for a given split.
 

Changed Methods
RecordReader getRecordReader(InputSplit, JobConf, Reporter) Change in return type from (RecordReader) to RecordReader.
 
void setInputPathFilter(JobConf, Class) Change in signature from (JobConf, Class) to (JobConf, Class).
Set a PathFilter to be applied to the input paths for the map-reduce job.