Details
-
Bug
-
Status: Patch Available
-
Blocker
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
To me this is a bug: if there's a queue has capacity set to float, and maximum-capacity set to absolute value. Existing logic allows the behavior.
For example:
queue.capacity = 0.8 queue.maximum-capacity = [mem=x, vcore=y]
We should throw exception when configured like this.
Attachments
Attachments
Issue Links
- is blocked by
-
YARN-10496 [Umbrella] Support Flexible Auto Queue Creation in Capacity Scheduler
- Resolved