Generated by
JDiff

Class org.apache.hadoop.mapreduce.Job

Added interface java.lang.AutoCloseable.

Added Methods
boolean addArchiveToSharedCache(URI, Configuration) Add an archive to job config for shared cache processing.
boolean addFileToSharedCache(URI, Configuration) Add a file to job config for shared cache processing.
boolean addFileToSharedCacheAndClasspath(URI, Configuration) Add a file to job config for shared cache processing.
void close() Close the Job.
Map getArchiveSharedCacheUploadPolicies(Configuration) This is to get the shared cache upload policies for archives.
Map getFileSharedCacheUploadPolicies(Configuration) This is to get the shared cache upload policies for files.
void setArchiveSharedCacheUploadPolicies(Configuration, Map) This is to set the shared cache upload policies for archives.
void setFileSharedCacheUploadPolicies(Configuration, Map) This is to set the shared cache upload policies for files.
void setPriorityAsInteger(int) Set the priority of a running job.
 

Added Fields
boolean DEFAULT_USE_WILDCARD_FOR_LIBJARS  
String USE_WILDCARD_FOR_LIBJARS