Repository: hadoop Updated Branches: refs/heads/docker-hadoop-runner f3db8f605 -> 9b8eae852
HADOOP-15367. Update the initialization code in the docker hadoop-runner baseimage. Contributed by Elek, Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9b8eae85 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9b8eae85 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/9b8eae85 Branch: refs/heads/docker-hadoop-runner Commit: 9b8eae852698fdb55b57f0132c342ec8e577f4af Parents: f3db8f6 Author: Anu Engineer <[email protected]> Authored: Thu Apr 5 14:06:27 2018 -0700 Committer: Anu Engineer <[email protected]> Committed: Thu Apr 5 14:06:27 2018 -0700 ---------------------------------------------------------------------- scripts/starter.sh | 4 ++-- scripts/transformation.py | 0 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/9b8eae85/scripts/starter.sh ---------------------------------------------------------------------- diff --git a/scripts/starter.sh b/scripts/starter.sh index ca4c8d6..7792f1c 100755 --- a/scripts/starter.sh +++ b/scripts/starter.sh @@ -51,7 +51,7 @@ fi if [ -n "$ENSURE_SCM_INITIALIZED" ]; then if [ ! -f "$ENSURE_SCM_INITIALIZED" ]; then - /opt/hadoop/bin/hdfs scm -init + /opt/hadoop/bin/ozone scm -init fi fi @@ -61,7 +61,7 @@ if [ -n "$ENSURE_KSM_INITIALIZED" ]; then # Could be removed after HDFS-13203 echo "Waiting 15 seconds for SCM startup" sleep 15 - /opt/hadoop/bin/hdfs ksm -createObjectStore + /opt/hadoop/bin/ozone ksm -createObjectStore fi fi http://git-wip-us.apache.org/repos/asf/hadoop/blob/9b8eae85/scripts/transformation.py ---------------------------------------------------------------------- diff --git a/scripts/transformation.py b/scripts/transformation.py old mode 100755 new mode 100644 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
