You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by md...@apache.org on 2014/01/07 18:55:52 UTC

[02/10] git commit: ACCUMULO-2146 correctly default the hdfs command for hadoop 2.

ACCUMULO-2146 correctly default the hdfs command for hadoop 2.


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

Branch: refs/heads/1.5.1-SNAPSHOT
Commit: d2a1fe7a236a099170805c76dc862648bb7fb087
Parents: a3d77e4
Author: Sean Busbey <bu...@cloudera.com>
Authored: Tue Jan 7 10:58:00 2014 -0600
Committer: Mike Drob <md...@cloudera.com>
Committed: Tue Jan 7 09:54:09 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/d2a1fe7a/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 e0b7966..8038185 100644
--- a/test/system/continuous/continuous-env.sh.example
+++ b/test/system/continuous/continuous-env.sh.example
@@ -96,7 +96,7 @@ MASTER_RESTART_SLEEP_TIME=2
 AGITATE_HDFS=false
 AGITATE_HDFS_SLEEP_TIME=10
 AGITATE_HDFS_SUPERUSER=hdfs
-AGITATE_HDFS_COMMAND="${HADOOP_PREFIX:/usr/lib/hadoop}/share/hadoop/hdfs/bin/hdfs"
+AGITATE_HDFS_COMMAND="${HADOOP_PREFIX:-/usr/lib/hadoop}/share/hadoop/hdfs/bin/hdfs"
 AGITATE_HDFS_SUDO=`which sudo`
 
 #settings for the verification map reduce job