Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
Currently there is a difference of queue definition in ApplicationSubmissionContext between CapacityScheduler and FairScheduler. FairScheduler needs queue path but CapacityScheduler needs queue name. There is no doubt of the correction of queue definition for CapacityScheduler because it does not allow duplicate leaf queue names, but it's hard to switch between FairScheduler and CapacityScheduler. I propose to support submitting apps with queue path for CapacityScheduler to make the interface clearer and scheduler switch smoothly.
Attachments
Attachments
Issue Links
- is related to
-
YARN-9772 CapacitySchedulerQueueManager has incorrect list of queues
- Resolved