[
https://issues.apache.org/jira/browse/YARN-11474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17715333#comment-17715333
]
ASF GitHub Bot commented on YARN-11474:
---------------------------------------
slfan1989 commented on code in PR #5577:
URL: https://github.com/apache/hadoop/pull/5577#discussion_r1174491161
##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/cli/QueueCLI.java:
##########
@@ -60,6 +61,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. " +
Review Comment:
5 chars
> The yarn queue list is displayed on the CLI
> -------------------------------------------
>
> Key: YARN-11474
> URL: https://issues.apache.org/jira/browse/YARN-11474
> Project: Hadoop YARN
> Issue Type: Improvement
> Components: client
> Affects Versions: 3.3.4
> Reporter: Lu Yuan
> Priority: Minor
> Labels: pull-request-available
> Fix For: 3.3.4
>
>
> The yarn queue list is displayed on the CLI
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]