Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D1B8A108A8 for ; Tue, 7 Jan 2014 17:56:22 +0000 (UTC) Received: (qmail 15563 invoked by uid 500); 7 Jan 2014 17:55:58 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 15504 invoked by uid 500); 7 Jan 2014 17:55:57 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 15252 invoked by uid 99); 7 Jan 2014 17:55:51 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jan 2014 17:55:51 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6459C39BFF; Tue, 7 Jan 2014 17:55:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mdrob@apache.org To: commits@accumulo.apache.org Date: Tue, 07 Jan 2014 17:55:54 -0000 Message-Id: <91f492bb4e7d4c4aabdf7e10d7dced1c@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [04/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/master Commit: d2a1fe7a236a099170805c76dc862648bb7fb087 Parents: a3d77e4 Author: Sean Busbey Authored: Tue Jan 7 10:58:00 2014 -0600 Committer: Mike Drob 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