Generated by
JDiff

Class org.apache.hadoop.mapred.JobConf

Added Methods
Pattern getJarUnpackPattern() Get the pattern for jar contents to unpack on the tasktracker
int getMaxMapsPerNode() Get the per-node limit on running maps for the job
int getMaxReducesPerNode() Get the per-node limit on running reduces for the job
int getRunningMapLimit() Get the cluster-wide limit on running maps for the job
int getRunningReduceLimit() Get the cluster-wide limit on running reduces for the job
void setMaxMapsPerNode(int) Set the per-node limit on running maps for the job
void setMaxReducesPerNode(int) Set the per-node limit on running reduces for the job
void setRunningMapLimit(int) Set the cluster-wide limit on running maps for the job
void setRunningReduceLimit(int) Set the cluster-wide limit on running reduces for the job
 

Added Fields
Pattern UNPACK_JAR_PATTERN_DEFAULT Pattern for the default unpacking behavior for job jars