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:38:23 UTC

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

Updated Branches:
  refs/heads/1.6.0-SNAPSHOT 2610e821b -> 3acf188c4


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/1.6.0-SNAPSHOT
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}


[2/3] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT

Posted by el...@apache.org.
Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 480c964b7e634d654a14a2ca40ecdb30f0387e08
Parents: 622fc7d cc4e794
Author: Josh Elser <el...@apache.org>
Authored: Thu Dec 12 20:37:15 2013 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Thu Dec 12 20:37:15 2013 -0500

----------------------------------------------------------------------

----------------------------------------------------------------------



[3/3] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT

Posted by el...@apache.org.
Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 3acf188c4f309f1320a62574e2e7c46a873a44b7
Parents: 2610e82 480c964
Author: Josh Elser <el...@apache.org>
Authored: Thu Dec 12 20:37:54 2013 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Thu Dec 12 20:37:54 2013 -0500

----------------------------------------------------------------------

----------------------------------------------------------------------