You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2015/05/22 02:54:36 UTC

[06/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.5
Commit: 5db68dad3e32d1d7f4459e9592150d082704e4e7
Parents: 14258a2
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu May 21 18:57:30 2015 -0400
Committer: Christopher Tubbs <ct...@apache.org>
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