slfan1989 commented on code in PR #5577:
URL: https://github.com/apache/hadoop/pull/5577#discussion_r1174562257


##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/cli/QueueCLI.java:
##########
@@ -60,6 +64,11 @@ public int run(String[] args) throws Exception {
         "List queue information about given queue.");
     opts.addOption(HELP_CMD, false, "Displays help for all commands.");
     opts.getOption(STATUS_CMD).setArgName("Queue Name");
+    opts.addOption(LIST_CMD, true,
+         "All child queues are displayed according to the parent queue. " +
+                    "If the value is all, all queues are displayed.");

Review Comment:
   5 chars



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to