zhihai xu created MAPREDUCE-6696: ------------------------------------ Summary: Add a configuration to limit the number of map tasks allowed per job. Key: MAPREDUCE-6696 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6696 Project: Hadoop Map/Reduce Issue Type: Improvement Components: job submission Affects Versions: 2.8.0 Reporter: zhihai xu
Add a configuration "mapreduce.job.max.map" to limit the number of map tasks allowed per job. It will be useful for Hadoop admin to save Hadoop cluster resource by preventing users from submitting big mapreduce jobs. A mapredeuce job with too many mappers may fail with OOM after running for long time. It will be a big waste. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: mapreduce-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: mapreduce-dev-h...@hadoop.apache.org