Return-Path: X-Original-To: apmail-bigtop-commits-archive@www.apache.org Delivered-To: apmail-bigtop-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 907F8186B2 for ; Thu, 19 Nov 2015 20:52:26 +0000 (UTC) Received: (qmail 42588 invoked by uid 500); 19 Nov 2015 20:52:26 -0000 Delivered-To: apmail-bigtop-commits-archive@bigtop.apache.org Received: (qmail 42547 invoked by uid 500); 19 Nov 2015 20:52:26 -0000 Mailing-List: contact commits-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@bigtop.apache.org Delivered-To: mailing list commits@bigtop.apache.org Received: (qmail 42533 invoked by uid 99); 19 Nov 2015 20:52:26 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Nov 2015 20:52:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3E393E17F2; Thu, 19 Nov 2015 20:52:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: oflebbe@apache.org To: commits@bigtop.apache.org Date: Thu, 19 Nov 2015 20:52:26 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] bigtop git commit: BIGTOP-2145: Remove data directories creation in Bigtop Provisioner after BIGTOP-1690 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 Authored: Mon Nov 16 21:08:21 2015 +0100 Committer: Olaf Flebbe 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}