Generated by
JDiff

Class org.apache.hadoop.mapreduce.Job

Added Methods
Job getInstance() Creates a new Job A Job will be created with a generic Configuration
Job getInstance(Configuration) Creates a new Job with a given Configuration The Job makes a copy of the Configuration so that any necessary internal modifications do not reflect on the incoming parameter.
Job getInstance(Configuration, String) Creates a new Job with a given Configuration and a given jobName.