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 "Brahma Reddy Battula (JIRA)" <ji...@apache.org> on 2015/06/06 08:22:00 UTC

[jira] [Created] (YARN-3778) Fix Yarn resourcemanger CLI usage

Brahma Reddy Battula created YARN-3778:
------------------------------------------

             Summary: Fix Yarn resourcemanger CLI usage
                 Key: YARN-3778
                 URL: https://issues.apache.org/jira/browse/YARN-3778
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Brahma Reddy Battula
            Assignee: Brahma Reddy Battula


The usage message from code does not match with the one documented. 
1. "java ResourceManager " should be "yarn resourcemanager "

{code}
 private static void printUsage(PrintStream out) {
    out.println("Usage: java ResourceManager [-format-state-store]");
    out.println("                            "
        + "[-remove-application-from-state-store <appId>]" + "\n");
  }
{code}



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