Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
None
-
Reviewed
Description
Currently, the Capacity Scheduler skips auto queue creation entirely, if the ApplicationPlacementContext is null, which happens, when the mapping rules are turned off by:
<property> <name>yarn.scheduler.capacity.queue-mappings-override.enable</name> <value>false</value> </property>
We should allow the auto queue creation to be taken into consideration without disrupting the application submission flow.
Attachments
Attachments
Issue Links
- is cloned by
-
YARN-10606 Add queue-mappings-override.enable property in FS2CS conversions
- Resolved