Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
We want to introduce the percentage modes relative to the cluster, not the parent, i.e
The property root.users.maximum-capacity will mean one of the following things:
Either Parent Percentage: maximum capacity relative to its parent. If it’s set to 50, then it means that the capacity is capped with respect to the parent. This can be covered by the current format, no change there.
Or Cluster Percentage: maximum capacity expressed as a percentage of the overall cluster capacity. This case is the new scenario, for example:
yarn.scheduler.capacity.root.users.max-capacity = c:50%
yarn.scheduler.capacity.root.users.max-capacity = c:50%, c:30%
Attachments
Issue Links
- is related to
-
YARN-10505 Extend the maximum-capacity property to support Fair Scheduler migration
- Resolved