Repository: hadoop
Updated Branches:
  refs/heads/HDFS-7240 43d38114e -> c25d95963


Revert "HDFS-11836. Ozone : add sql debug CLI to hdfs script. Contributed by 
Chen Liang." due to duplicate of HDFS-12266

This reverts commit ac2d21900713082172964a50af3a94fb0d73c437.


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

Branch: refs/heads/HDFS-7240
Commit: c25d95963d4208b2a75b944153320c45aaa04478
Parents: 43d3811
Author: Chen Liang <cli...@apache.org>
Authored: Wed Aug 9 09:59:16 2017 -0700
Committer: Chen Liang <cli...@apache.org>
Committed: Wed Aug 9 09:59:16 2017 -0700

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/c25d9596/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
index f3ddc76..c34471f 100755
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
@@ -67,7 +67,6 @@ function hadoop_usage
   hadoop_add_subcommand "scm" "run the Storage Container Manager service"
   hadoop_add_subcommand "secondarynamenode" "run the DFS secondary namenode"
   hadoop_add_subcommand "snapshotDiff" "diff two snapshots of a directory or 
diff the current directory contents with a snapshot"
-  hadoop_add_subcommnad "sqlconvert" "convert ozone leveldb files into sqlite 
db file for debug purpose"
   hadoop_add_subcommand "storagepolicies" "list/get/set block storage policies"
   hadoop_add_subcommand "version" "print the version"
   hadoop_add_subcommand "zkfc" "run the ZK Failover Controller daemon"
@@ -233,9 +232,6 @@ function hdfscmd_case
     snapshotDiff)
       HADOOP_CLASSNAME=org.apache.hadoop.hdfs.tools.snapshot.SnapshotDiff
     ;;
-    sqlconvert)
-      HADOOP_CLASSNAME=org.apache.hadoop.ozone.scm.cli.SQLCLI
-    ;;
     storagepolicies)
       HADOOP_CLASSNAME=org.apache.hadoop.hdfs.tools.StoragePolicyAdmin
     ;;


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

Reply via email to