You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Erkin Alp Güney (JIRA)" <ji...@apache.org> on 2019/06/26 16:23:00 UTC

[jira] [Created] (YARN-9652) Convert QueueManager from a protocol-only type to a basic hierarchical queue implementation

Erkin Alp Güney created YARN-9652:
-------------------------------------

             Summary: Convert QueueManager from a protocol-only type to a basic hierarchical queue implementation
                 Key: YARN-9652
                 URL: https://issues.apache.org/jira/browse/YARN-9652
             Project: Hadoop YARN
          Issue Type: New Feature
          Components: reservation system, scheduler
    Affects Versions: 3.3.0
            Reporter: Erkin Alp Güney


SchedulerQueueManager is currently an interface aka a protocol-only type. As seen in the codebase, each scheduler implements the queue configuration and management stuff over and over. If we convert it into a base concrete class with simple implementation of hierarchical queue system (as in Fair and Capacity schedulers), pluggable schedulers may be developed more easily.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org