You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by in...@apache.org on 2023/02/06 19:47:29 UTC

[hadoop] branch trunk updated (5f5157ac536 -> a6a9fe17e03)

This is an automated email from the ASF dual-hosted git repository.

inigoiri pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


    from 5f5157ac536 HADOOP-18612. Avoid mixing canonical and non-canonical when performing comparisons (#5339)
     add a6a9fe17e03 YARN-3657. Federation maintenance mechanisms (simple CLI and command propagation). (#5348)

No new revisions were added by this update.

Summary of changes:
 hadoop-yarn-project/hadoop-yarn/bin/yarn           |  4 +
 hadoop-yarn-project/hadoop-yarn/bin/yarn.cmd       |  6 ++
 .../apache/hadoop/yarn/client/cli/RouterCLI.java   | 93 ++++++++++++++++++++++
 .../hadoop/yarn/client/cli/TestRouterCLI.java      | 64 +++++++++++++++
 4 files changed, 167 insertions(+)
 create mode 100644 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/cli/RouterCLI.java
 create mode 100644 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/cli/TestRouterCLI.java


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org