Generated by
JDiff

Class org.apache.hadoop.mapred.lib.db.DBInputFormat

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

Removed Methods
void setInput(JobConf, Class, extends, DBWritable>, String, String) Initializes the map-part of the job with the appropriate input settings.
void setInput(JobConf, Class, extends, DBWritable>, String, String, String, String[]) Initializes the map-part of the job with the appropriate input settings.
 

Added Methods
void setInput(JobConf, Class, String, String) Initializes the map-part of the job with the appropriate input settings.
void setInput(JobConf, Class, String, String, String, String[]) Initializes the map-part of the job with the appropriate input settings.
 

Changed Methods
RecordReader getRecordReader(InputSplit, JobConf, Reporter) Change in return type from (LongWritable, T>) to RecordReader.
{@inheritDoc}