Repository: hadoop Updated Branches: refs/heads/HDFS-7240 368424b46 -> d889437c2
HDFS-11658. Ozone: SCM daemon is unable to be started via CLI. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d889437c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d889437c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/d889437c Branch: refs/heads/HDFS-7240 Commit: d889437c27e258e26bde35aad132ab69e48a6bc3 Parents: 368424b Author: Anu Engineer <[email protected]> Authored: Mon Apr 17 19:09:11 2017 -0700 Committer: Anu Engineer <[email protected]> Committed: Mon Apr 17 19:09:11 2017 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/d889437c/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 afb27c3..90b2ae3 100755 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs @@ -201,7 +201,7 @@ function hdfscmd_case ;; scm) HADOOP_SUBCMD_SUPPORTDAEMONIZATION="true" - HADOOP_CLASSNAME='org.apache.hadoop.ozone.storage.StorageContainerManager' + HADOOP_CLASSNAME='org.apache.hadoop.ozone.scm.StorageContainerManager' hadoop_debug "Appending HADOOP_SCM_OPTS onto HADOOP_OPTS" HADOOP_OPTS="${HADOOP_OPTS} ${HADOOP_SCM_OPTS}" ;; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
