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 "Wangda Tan (JIRA)" <ji...@apache.org> on 2014/11/07 19:11:33 UTC

[jira] [Updated] (YARN-2827) Fix bugs of yarn queue CLI

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

Wangda Tan updated YARN-2827:
-----------------------------
    Attachment: YARN-2827.1.patch

Attached a fix for this issue.

> Fix bugs of yarn queue CLI
> --------------------------
>
>                 Key: YARN-2827
>                 URL: https://issues.apache.org/jira/browse/YARN-2827
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: client
>            Reporter: Wangda Tan
>            Assignee: Wangda Tan
>            Priority: Critical
>         Attachments: YARN-2827.1.patch
>
>
> Need fix bugs:
> 1) args of queue CLI is without "queue" even if you run with "yarn queue -status ..", the args is ["-status", "..."]. The assumption is incorrect.
> 2) It is possible that there's no related QueueInfo with specified queue name, and null will be returned from YarnClient, so NPE will raise. Added a check for it, and will print proper message
> 3) When failed to get QueueInfo, should return non-zero exit code.
> 4) Add tests for above.



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