[ 
https://issues.apache.org/jira/browse/YARN-8299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16543694#comment-16543694
 ] 

Gour Saha edited comment on YARN-8299 at 7/13/18 8:56 PM:
----------------------------------------------------------

In ApplicationCLI.java can we change -
{code}
      opts.getOption(LIST_CMD).setArgName("Application Attempt ID or " +
          "Application Name");
{code}
to -
{code}
      opts.getOption(LIST_CMD).setArgName("Application Name or Attempt ID";
{code}

This will keep it in-line with "yarn app" descriptions like "yarn app -status 
<Application Name or ID>".


was (Author: gsaha):
In ApplicationCLI.java can we changed -
{code}
      opts.getOption(LIST_CMD).setArgName("Application Attempt ID or " +
          "Application Name");
{code}
to -
{code}
      opts.getOption(LIST_CMD).setArgName("Application Name or Attempt ID>";
{code}

This will keep it in-line with "yarn app" descriptions like "yarn app -status 
<Application Name or ID>".

> Yarn Service Upgrade: Add GET APIs that returns instances matching query 
> params
> -------------------------------------------------------------------------------
>
>                 Key: YARN-8299
>                 URL: https://issues.apache.org/jira/browse/YARN-8299
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Chandni Singh
>            Assignee: Chandni Singh
>            Priority: Major
>         Attachments: YARN-8299.001.patch, YARN-8299.002.patch
>
>
> We need APIs that returns containers that match the query params. These are 
> needed so that we can find out what containers have been upgraded.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to