You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Sandy Ryza (JIRA)" <ji...@apache.org> on 2013/06/13 20:17:20 UTC

[jira] [Created] (YARN-807) When querying apps by queue, iterating over all apps is inefficient and limiting

Sandy Ryza created YARN-807:
-------------------------------

             Summary: When querying apps by queue, iterating over all apps is inefficient and limiting 
                 Key: YARN-807
                 URL: https://issues.apache.org/jira/browse/YARN-807
             Project: Hadoop YARN
          Issue Type: Bug
    Affects Versions: 2.0.4-alpha
            Reporter: Sandy Ryza
            Assignee: Sandy Ryza


The question "which apps are in queue x" can be asked via the RM REST APIs, through the ClientRMService, and through the command line.  In all these cases, the question is answered by scanning through every RMApp and filtering by the app's queue name.

All schedulers maintain a mapping of queues to applications.  I think it would make more sense to ask the schedulers which applications are in a given queue. This is what was done in MR1. This would also have the advantage of allowing a parent queue to return all the applications on leaf queues under it, and allow queue name aliases, as in the way that "root.default" and "default" refer to the same queue in the fair scheduler.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira