Generated by
JDiff

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

The superclass changed from java.lang.Object to org.apache.hadoop.mapreduce.lib.db.DBOutputFormat.
Removed interface org.apache.hadoop.mapred.OutputFormat.
Added interface org.apache.hadoop.mapred.OutputFormat.

Now deprecated.

Added Methods
void setOutput(JobConf, String, int) Initializes the reduce-part of the job with the appropriate output settings
 

Changed Methods
String constructQuery(String, String[]) Method was locally defined, but is now inherited from DBOutputFormat. Change of visibility from protected to public.
Constructs the query used as the prepared statement to insert data.
RecordWriter getRecordWriter(FileSystem, JobConf, String, Progressable) Change in return type from (RecordWriter) to RecordWriter.
{@inheritDoc}