Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-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 B7D4F17327 for ; Fri, 22 May 2015 00:54:31 +0000 (UTC) Received: (qmail 38561 invoked by uid 500); 22 May 2015 00:54:31 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 38487 invoked by uid 500); 22 May 2015 00:54:31 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 38232 invoked by uid 99); 22 May 2015 00:54:31 -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; Fri, 22 May 2015 00:54:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 554ECE51CE; Fri, 22 May 2015 00:54:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ctubbsii@apache.org To: commits@accumulo.apache.org Date: Fri, 22 May 2015 00:54:37 -0000 Message-Id: <2c4d04a4fcc84508936d9d34f8351295@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [07/14] accumulo git commit: ACCUMULO-2995 Remove extra create ACCUMULO_LOG_DIR ACCUMULO-2995 Remove extra create ACCUMULO_LOG_DIR Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5db68dad Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5db68dad Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/5db68dad Branch: refs/heads/1.6 Commit: 5db68dad3e32d1d7f4459e9592150d082704e4e7 Parents: 14258a2 Author: Christopher Tubbs Authored: Thu May 21 18:57:30 2015 -0400 Committer: Christopher Tubbs Committed: Thu May 21 18:57:30 2015 -0400 ---------------------------------------------------------------------- bin/accumulo | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/5db68dad/bin/accumulo ---------------------------------------------------------------------- diff --git a/bin/accumulo b/bin/accumulo index fdb7454..7020c32 100755 --- a/bin/accumulo +++ b/bin/accumulo @@ -99,10 +99,6 @@ if [ -z "${ACCUMULO_LOG_DIR}" ]; then exit 1 fi -if [ ! -d "${ACCUMULO_LOG_DIR}" ]; then - mkdir -p "$ACCUMULO_LOG_DIR" -fi - # Export the variables just in case they are not exported # This makes them available to java export JAVA_HOME HADOOP_PREFIX ZOOKEEPER_HOME