Updated Branches: refs/heads/1.4.5-SNAPSHOT a3d77e4ff -> d2a1fe7a2 refs/heads/1.5.1-SNAPSHOT 833ac3533 -> 7088004c8 refs/heads/1.6.0-SNAPSHOT c4cddf97f -> 0213bd6ac refs/heads/master a72e80ca4 -> 5189eba2c
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.4.5-SNAPSHOT Commit: d2a1fe7a236a099170805c76dc862648bb7fb087 Parents: a3d77e4 Author: Sean Busbey <bus...@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