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 we...@apache.org on 2019/08/08 04:29:29 UTC

[hadoop] branch trunk updated (22d7d1f -> 00b5a27)

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

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


    from 22d7d1f  YARN-9601.Potential NPE in ZookeeperFederationStateStore#getPoliciesConfigurations (#908) Contributed by hunshenshi.
     add 00b5a27  SUBMARINE-72. Kill and destroy the job through the submarine client (#1090) Contributed by kevin su.

No new revisions were added by this update.

Summary of changes:
 .../hadoop/yarn/submarine/client/cli/Cli.java      | 10 ++-
 .../yarn/submarine/client/cli/CliConstants.java    |  1 +
 .../hadoop/yarn/submarine/client/cli/Command.java  |  2 +-
 .../cli/{ShowJobCli.java => KillJobCli.java}       | 93 ++++++++++------------
 ...owJobParameters.java => KillJobParameters.java} |  3 +-
 .../client/cli/param/ParametersHolder.java         | 27 ++++---
 .../client/cli/TestKillJobCliParsing.java          | 62 +++++++++++++++
 7 files changed, 127 insertions(+), 71 deletions(-)
 copy hadoop-submarine/hadoop-submarine-core/src/main/java/org/apache/hadoop/yarn/submarine/client/cli/{ShowJobCli.java => KillJobCli.java} (50%)
 copy hadoop-submarine/hadoop-submarine-core/src/main/java/org/apache/hadoop/yarn/submarine/client/cli/param/{ShowJobParameters.java => KillJobParameters.java} (91%)
 create mode 100644 hadoop-submarine/hadoop-submarine-core/src/test/java/org/apache/hadoop/yarn/submarine/client/cli/TestKillJobCliParsing.java


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