Repository: hadoop
Updated Branches:
  refs/heads/HDFS-7240 b49ec7320 -> e0262147d


HDFS-13319. Ozone: start-ozone.sh/stop-ozone.sh fail because of unresolved path.
Contributed by Mukul Kumar Singh.


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

Branch: refs/heads/HDFS-7240
Commit: e0262147d60524d5718b2bfed48391a876dc3662
Parents: b49ec73
Author: Anu Engineer <aengin...@apache.org>
Authored: Wed Mar 21 19:20:13 2018 -0700
Committer: Anu Engineer <aengin...@apache.org>
Committed: Wed Mar 21 19:20:13 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/e0262147/hadoop-ozone/common/src/main/bin/oz
----------------------------------------------------------------------
diff --git a/hadoop-ozone/common/src/main/bin/oz 
b/hadoop-ozone/common/src/main/bin/oz
index 74a0cb9..c922eff 100755
--- a/hadoop-ozone/common/src/main/bin/oz
+++ b/hadoop-ozone/common/src/main/bin/oz
@@ -322,7 +322,7 @@ fi
 hadoop_add_client_opts
 
 if [[ ${HADOOP_WORKER_MODE} = true ]]; then
-  hadoop_common_worker_mode_execute "${HADOOP_OZONE_HOME}/bin/oz" 
"${HADOOP_USER_PARAMS[@]}"
+  hadoop_common_worker_mode_execute "${HADOOP_HDFS_HOME}/bin/oz" 
"${HADOOP_USER_PARAMS[@]}"
   exit $?
 fi
 


---------------------------------------------------------------------
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