Generated by
JDiff

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

The superclass changed from java.lang.Object to org.apache.hadoop.mapreduce.lib.db.DBRecordReader.

Changed Constructors
DBInputFormat.DBRecordReader(DBInputSplit, Class, JobConf, Connection, DBConfiguration, String, String[], String) Change in type from (DBInputSplit, Class, JobConf) to (DBInputSplit, Class, JobConf, Connection, DBConfiguration, String, String[], String).
@param split The InputSplit to read data for
 

Changed Methods
void close() Method was locally defined, but is now inherited from DBRecordReader. {@inheritDoc}
float getProgress() Method was locally defined, but is now inherited from DBRecordReader. {@inheritDoc}
String getSelectQuery() Method was locally defined, but is now inherited from DBRecordReader. Returns the query for selecting the records subclasses can override this for custom behaviour.