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

Jason Lowe commented on YARN-4371:
----------------------------------

I agree that space delimiter is my preferred choice.  I was just pointing out 
that as it is coded today users can add other options along with the kill 
option that are not supported, or potentially nonsensical like movetoqueue, and 
those other options will be totally ignored which is not ideal.  This doesn't 
mean that we can't use spaces, it just means the code needs to check for 
incompatible or unsupported options being present when it is processing the 
kill option.

> "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
>         Attachments: 0001-YARN-4371.patch, 0002-YARN-4371.patch, 
> 0003-YARN-4371.patch
>
>
> 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)

Reply via email to