YARN-5891. yarn rmadmin -help contains a misspelled ResourceManager (Grant Sohn via Varun Saxena)
(cherry picked from commit 6a11877ab5
)
This commit is contained in:
parent
da8c24bbad
commit
6cb1fda99d
|
@ -124,7 +124,7 @@ public class RMAdminCLI extends HAAdmin {
|
|||
"Refresh acls for administration of ResourceManager"))
|
||||
.put("-refreshServiceAcl", new UsageInfo("",
|
||||
"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]",
|
||||
"Get the groups which given user belongs to."))
|
||||
.put("-addToClusterNodeLabels",
|
||||
|
|
Loading…
Reference in New Issue