Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
Capacity Scheduler does not support two percentage values for capacity and maximum-capacity settings. So, you can't do something like this:
yarn.scheduler.capacity.root.users.john.maximum-capacity=memory-mb=50.0%, vcores=50.0%
It's possible to use absolute resources, but not two separate percentages (which expresses capacity as a percentage of the overall cluster resource). Such a configuration is accepted in Fair Scheduler.
Attachments
Issue Links
- duplicates
-
YARN-9936 Support vector of capacity percentages in Capacity Scheduler configuration
- Resolved