Repository: bigtop Updated Branches: refs/heads/master 4bc79fafc -> 9eda5133c
BIGTOP-2145: Remove data directories creation in Bigtop Provisioner after BIGTOP-1690 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/da403490 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/da403490 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/da403490 Branch: refs/heads/master Commit: da40349067a993a94d47c1b05edd2fbc4bcc758d Parents: 4bc79fa Author: Olaf Flebbe <[email protected]> Authored: Mon Nov 16 21:08:21 2015 +0100 Committer: Olaf Flebbe <[email protected]> Committed: Thu Nov 19 21:34:09 2015 +0100 ---------------------------------------------------------------------- bigtop-deploy/vm/utils/setup-env-centos.sh | 1 - bigtop-deploy/vm/utils/setup-env-debian.sh | 1 - 2 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/da403490/bigtop-deploy/vm/utils/setup-env-centos.sh ---------------------------------------------------------------------- diff --git a/bigtop-deploy/vm/utils/setup-env-centos.sh b/bigtop-deploy/vm/utils/setup-env-centos.sh index 2439d63..bb25d28 100755 --- a/bigtop-deploy/vm/utils/setup-env-centos.sh +++ b/bigtop-deploy/vm/utils/setup-env-centos.sh @@ -34,4 +34,3 @@ else echo "local yum = $enable_local_repo ; NOT Enabling local yum. Packages will be pulled from remote..." fi -mkdir -p /data/{1,2} http://git-wip-us.apache.org/repos/asf/bigtop/blob/da403490/bigtop-deploy/vm/utils/setup-env-debian.sh ---------------------------------------------------------------------- diff --git a/bigtop-deploy/vm/utils/setup-env-debian.sh b/bigtop-deploy/vm/utils/setup-env-debian.sh index e905754..c5768d9 100755 --- a/bigtop-deploy/vm/utils/setup-env-debian.sh +++ b/bigtop-deploy/vm/utils/setup-env-debian.sh @@ -32,4 +32,3 @@ else echo "local yum = $enable_local_repo ; NOT Enabling local yum. Packages will be pulled from remote..." fi -mkdir -p /data/{1,2}
