[
https://issues.apache.org/jira/browse/YARN-11474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17715334#comment-17715334
]
ASF GitHub Bot commented on YARN-11474:
---------------------------------------
slfan1989 commented on code in PR #5577:
URL: https://github.com/apache/hadoop/pull/5577#discussion_r1174491188
##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/cli/QueueCLI.java:
##########
@@ -87,18 +99,18 @@ public int run(String[] args) throws Exception {
}
/**
- * It prints the usage of the command
- *
+ * It prints the usage of the command.
+ *
Review Comment:
avoid
##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/cli/QueueCLI.java:
##########
@@ -122,6 +134,33 @@ private int listQueue(String queueName) throws
YarnException, IOException {
return rc;
}
+ private int listChildQueues(String parentQueueName) throws IOException,
YarnException {
Review Comment:
add document
> 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]