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)