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

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

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

Hadoop QA commented on YARN-2827:
---------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12680214/YARN-2827-branch_2-1.patch
  against trunk revision 1e97f2f.

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-YARN-Build/5781//console

This message is automatically generated.

> 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-branch_2-1.patch, 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)