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/c2cd0518 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c2cd0518 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/c2cd0518 Branch: refs/heads/master Commit: c2cd0518a5c2489f568814206c0681ef330df7c7 Parents: 7b1f303 Author: Josh Elser <els...@apache.org> Authored: Thu Dec 12 15:07:15 2013 -0500 Committer: Josh Elser <els...@apache.org> Committed: Thu Dec 12 15:07:15 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/c2cd0518/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 081ff48..59464f5 100644 --- a/test/system/continuous/continuous-env.sh.example +++ b/test/system/continuous/continuous-env.sh.example @@ -16,6 +16,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}