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 "Tsuyoshi Ozawa (JIRA)" <ji...@apache.org> on 2015/11/18 18:11:11 UTC

[jira] [Updated] (YARN-4371) "yarn application -kill" should take multiple application ids

     [ https://issues.apache.org/jira/browse/YARN-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsuyoshi Ozawa updated YARN-4371:
---------------------------------
    Description: 
Currently we cannot pass multiple applications to "yarn application -kill" command. The command should take multiple application ids at the same time. 

Each entries should be separated with whitespace like:
{code}
yarn application -kill application_1234_0001 application_1234_0007 application_1234_0012
{code}

  was:
Currently we cannot pass multiple applications to "yarn application -kill" command. The command should take multiple application ids at the same time. 

Each entries should be separated with white-space like:
{code}
yarn application -kill application_1234_0001 application_1234_0007 application_1234_0012
{code}


> "yarn application -kill" should take multiple application ids
> -------------------------------------------------------------
>
>                 Key: YARN-4371
>                 URL: https://issues.apache.org/jira/browse/YARN-4371
>             Project: Hadoop YARN
>          Issue Type: Improvement
>            Reporter: Tsuyoshi Ozawa
>            Assignee: Sunil G
>
> Currently we cannot pass multiple applications to "yarn application -kill" command. The command should take multiple application ids at the same time. 
> Each entries should be separated with whitespace like:
> {code}
> yarn application -kill application_1234_0001 application_1234_0007 application_1234_0012
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)