Generated by
JDiff

Class org.apache.hadoop.mapred.lib.MultipleInputs

Removed Methods
void addInputPath(JobConf, Path, Class, extends, InputFormat>) Add a Path with a custom InputFormat to the list of inputs for the map-reduce job.
void addInputPath(JobConf, Path, Class, extends, InputFormat>, Class, extends, Mapper>) Add a Path with a custom InputFormat and Mapper to the list of inputs for the map-reduce job.
 

Added Methods
void addInputPath(JobConf, Path, Class) Add a Path with a custom InputFormat to the list of inputs for the map-reduce job.
void addInputPath(JobConf, Path, Class, Class) Add a Path with a custom InputFormat and Mapper to the list of inputs for the map-reduce job.