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 2018/07/25 01:32:00 UTC

[17/50] hadoop git commit: HDDS-264. 'oz' subcommand reference is not present in 'ozone' command help. Contributed by Sandeep Nemuri.

HDDS-264. 'oz' subcommand reference is not present in 'ozone' command help. Contributed by Sandeep Nemuri.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5c19ee39
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5c19ee39
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/5c19ee39

Branch: refs/heads/HADOOP-15461
Commit: 5c19ee3994af06bbc85f3575e3e4421babc0ba5c
Parents: 68b57ad
Author: Mukul Kumar Singh <ms...@apache.org>
Authored: Fri Jul 20 22:12:40 2018 +0530
Committer: Mukul Kumar Singh <ms...@apache.org>
Committed: Fri Jul 20 22:13:09 2018 +0530

----------------------------------------------------------------------
 hadoop-ozone/common/src/main/bin/ozone | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/5c19ee39/hadoop-ozone/common/src/main/bin/ozone
----------------------------------------------------------------------
diff --git a/hadoop-ozone/common/src/main/bin/ozone b/hadoop-ozone/common/src/main/bin/ozone
index 9495eff..927bc84 100755
--- a/hadoop-ozone/common/src/main/bin/ozone
+++ b/hadoop-ozone/common/src/main/bin/ozone
@@ -41,7 +41,7 @@ function hadoop_usage
   hadoop_add_subcommand "getozoneconf" client "get ozone config values from configuration"
   hadoop_add_subcommand "jmxget" admin "get JMX exported values from NameNode or DataNode."
   hadoop_add_subcommand "om" daemon "Ozone Manager"
-  hadoop_add_subcommand "o3" client "command line interface for ozone"
+  hadoop_add_subcommand "oz" client "command line interface for ozone"
   hadoop_add_subcommand "noz" client "ozone debug tool, convert ozone metadata into relational data"
   hadoop_add_subcommand "scm" daemon "run the Storage Container Manager service"
   hadoop_add_subcommand "scmcli" client "run the CLI of the Storage Container Manager"


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