You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Trevor Lorimer (JIRA)" <ji...@apache.org> on 2013/05/17 21:45:16 UTC

[jira] [Created] (HADOOP-9571) Enable multiple states to to be specified in Resource Manager apps REST call

Trevor Lorimer created HADOOP-9571:
--------------------------------------

             Summary: Enable multiple states to to be specified in Resource Manager apps REST call
                 Key: HADOOP-9571
                 URL: https://issues.apache.org/jira/browse/HADOOP-9571
             Project: Hadoop Common
          Issue Type: Improvement
          Components: util
    Affects Versions: 2.0.4-alpha
            Reporter: Trevor Lorimer
            Priority: Trivial


Within the YARN Resource Manager REST API the GET call which returns all Applications can be filtered by a single State query parameter (http://<rm http address:port>/ws/v1/cluster/apps
). There are 8 possible states (New, Submitted, Accepted, Running, Finishing, Finished, Failed, Killed), if no state parameter is specified all states are returned, however if a sub-set of states is required then multiple REST calls are required (max. of 7).

The proposal is to be able to specify multiple states in a single REST call.

--
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