Details
Description
It would be nice if users could specify a limit to the number of map or reduce tasks that are running simultaneously. Occasionally users are performing operations in tasks that can lead to DDoS scenarios if too many tasks run simultaneously (e.g.: accessing a database, web service, etc.). Having the ability to throttle the number of tasks simultaneously running would provide users a way to mitigate issues with too many tasks on a large cluster attempting to access a serivce at any one time.
This is similar to the functionality requested by MAPREDUCE-224 and implemented by HADOOP-3412 but was dropped in mrv2.
Attachments
Attachments
Issue Links
- is duplicated by
-
MAPREDUCE-6176 To limit the map task number or reduce task number of an application
- Resolved
- is related to
-
YARN-3274 FIFOScheduler should assign the same container number up to ResourceRequest ask for ANY
- Open
-
MAPREDUCE-6697 Concurrent task limits should only be applied when necessary
- Resolved
-
MAPREDUCE-7274 Enable to limit running map and reduce tasks when job is running
- Patch Available
- relates to
-
MAPREDUCE-224 limit running tasks per job
- Resolved
-
HADOOP-5170 Set max map/reduce tasks on a per-job basis, either per-node or cluster-wide
- Closed