Generated by
JDiff

Class org.apache.hadoop.mapred.JobConf

Added Methods
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