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 2B6271001C for ; Wed, 31 Jul 2013 15:13:56 +0000 (UTC) Received: (qmail 46910 invoked by uid 500); 31 Jul 2013 15:13:49 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 46487 invoked by uid 500); 31 Jul 2013 15:13:47 -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 45286 invoked by uid 99); 31 Jul 2013 15:13:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jul 2013 15:13:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A83518316A8; Wed, 31 Jul 2013 15:13:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kturner@apache.org To: commits@accumulo.apache.org Date: Wed, 31 Jul 2013 15:14:08 -0000 Message-Id: <4e2c4e3ee507449d899847c7c500d71b@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [31/50] [abbrv] git commit: ACCUMULO-1552 applying Jonathan Hsieh's patch to fix the typo ACCUMULO-1552 applying Jonathan Hsieh's patch to fix the typo git-svn-id: https://svn.apache.org/repos/asf/accumulo/branches/1.4@1500718 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e3d247dc Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e3d247dc Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/e3d247dc Branch: refs/heads/master Commit: e3d247dcc7a64308fc2c60c02f745481b4e180ef Parents: 732e881 Author: Eric C. Newton Authored: Mon Jul 8 13:36:02 2013 +0000 Committer: Eric C. Newton Committed: Mon Jul 8 13:36:02 2013 +0000 ---------------------------------------------------------------------- test/system/continuous/continuous-env.sh.example | 2 +- test/system/continuous/run-verify.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/e3d247dc/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 156aa75..54ee0e3 100644 --- a/test/system/continuous/continuous-env.sh.example +++ b/test/system/continuous/continuous-env.sh.example @@ -87,7 +87,7 @@ MASTER_KILL_SLEEP_TIME=60 MASTER_RESTART_SLEEP_TIME=2 #settings for the verification map reduce job -VERFIY_OUT=/tmp/continuous_verify +VERIFY_OUT=/tmp/continuous_verify VERIFY_MAX_MAPS=64 VERIFY_REDUCERS=64 SCAN_OFFLINE=false http://git-wip-us.apache.org/repos/asf/accumulo/blob/e3d247dc/test/system/continuous/run-verify.sh ---------------------------------------------------------------------- diff --git a/test/system/continuous/run-verify.sh b/test/system/continuous/run-verify.sh index fbd259f..edf58b7 100755 --- a/test/system/continuous/run-verify.sh +++ b/test/system/continuous/run-verify.sh @@ -24,5 +24,5 @@ if [ -n "$VERIFY_AUTHS" ] ; then AUTH_OPT="--auths $VERIFY_AUTHS"; fi -$ACCUMULO_HOME/bin/tool.sh "$SERVER_LIBJAR" org.apache.accumulo.server.test.continuous.ContinuousVerify -libjars "$SERVER_LIBJAR" $AUTH_OPT $INSTANCE_NAME $ZOO_KEEPERS $USER $PASS $TABLE $VERFIY_OUT $VERIFY_MAX_MAPS $VERIFY_REDUCERS $SCAN_OFFLINE +$ACCUMULO_HOME/bin/tool.sh "$SERVER_LIBJAR" org.apache.accumulo.server.test.continuous.ContinuousVerify -libjars "$SERVER_LIBJAR" $AUTH_OPT $INSTANCE_NAME $ZOO_KEEPERS $USER $PASS $TABLE $VERIFY_OUT $VERIFY_MAX_MAPS $VERIFY_REDUCERS $SCAN_OFFLINE