YARN-5891. yarn rmadmin -help contains a misspelled ResourceManager (Grant Sohn via Varun Saxena)

(cherry picked from commit 6a11877ab5)
This commit is contained in:
Varun Saxena 2016-11-17 03:26:13 +05:30
parent da8c24bbad
commit 6cb1fda99d
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ public class RMAdminCLI extends HAAdmin {
"Refresh acls for administration of ResourceManager")) "Refresh acls for administration of ResourceManager"))
.put("-refreshServiceAcl", new UsageInfo("", .put("-refreshServiceAcl", new UsageInfo("",
"Reload the service-level authorization policy file. \n\t\t" + "Reload the service-level authorization policy file. \n\t\t" +
"ResoureceManager will reload the authorization policy file.")) "ResourceManager will reload the authorization policy file."))
.put("-getGroups", new UsageInfo("[username]", .put("-getGroups", new UsageInfo("[username]",
"Get the groups which given user belongs to.")) "Get the groups which given user belongs to."))
.put("-addToClusterNodeLabels", .put("-addToClusterNodeLabels",