YARN-3778. Fix Yarn resourcemanger CLI usage. Contributed by Brahma Reddy Battula
This commit is contained in:
parent
6afe20a7a4
commit
2b2465dfac
|
@ -510,6 +510,8 @@ Release 2.8.0 - UNRELEASED
|
|||
YARN-3747. TestLocalDirsHandlerService should delete the created test directory logDir2.
|
||||
(David Moore via devaraj)
|
||||
|
||||
YARN-3778. Fix Yarn resourcemanger CLI usage. (Brahma Reddy Battula via xgong)
|
||||
|
||||
Release 2.7.1 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -1303,7 +1303,7 @@ public class ResourceManager extends CompositeService implements Recoverable {
|
|||
}
|
||||
|
||||
private static void printUsage(PrintStream out) {
|
||||
out.println("Usage: java ResourceManager [-format-state-store]");
|
||||
out.println("Usage: yarn resourcemanager [-format-state-store]");
|
||||
out.println(" "
|
||||
+ "[-remove-application-from-state-store <appId>]" + "\n");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue