You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2013/12/13 02:39:05 UTC

[4/7] git commit: ACCUMULO-1960 ACCUMULO-1794 Add in a default for HADOOP_PREFIX in continuous-env.sh.example

ACCUMULO-1960 ACCUMULO-1794 Add in a default for HADOOP_PREFIX in continuous-env.sh.example


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/cc4e794b
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/cc4e794b
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/cc4e794b

Branch: refs/heads/master
Commit: cc4e794b784c3a436c8fe5f81cb2183e09a853e3
Parents: 3b08c71
Author: Josh Elser <el...@apache.org>
Authored: Thu Dec 12 15:07:15 2013 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Thu Dec 12 20:36:48 2013 -0500

----------------------------------------------------------------------
 test/system/continuous/continuous-env.sh.example | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/cc4e794b/test/system/continuous/continuous-env.sh.example
----------------------------------------------------------------------
diff --git a/test/system/continuous/continuous-env.sh.example b/test/system/continuous/continuous-env.sh.example
index 1d39034..e0b7966 100644
--- a/test/system/continuous/continuous-env.sh.example
+++ b/test/system/continuous/continuous-env.sh.example
@@ -17,6 +17,7 @@
 # set this to an absolute path that exist on every machine
 # Inherit values from environment if they are already set.
 HADOOP_HOME=${HADOOP_HOME:-/opt/hadoop}
+HADOOP_PREFIX=${HADOOP_PREFIX:-$HADOOP_HOME}
 ACCUMULO_HOME=${ACCUMULO_HOME:-/opt/accumulo}
 ACCUMULO_CONF_DIR=${ACCUMULO_CONF_DIR:-$ACCUMULO_HOME/conf}
 JAVA_HOME=${JAVA_HOME:-/opt/java}