You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2013/07/17 04:33:20 UTC

[18/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.5@1500719 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/86f1a229
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/86f1a229
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/86f1a229

Branch: refs/heads/ACCUMULO-1496
Commit: 86f1a229c5f35d5a798a138039af87f732cc54cf
Parents: 0ab0fc7
Author: Eric C. Newton <ec...@apache.org>
Authored: Mon Jul 8 13:39:52 2013 +0000
Committer: Eric C. Newton <ec...@apache.org>
Committed: Mon Jul 8 13:39:52 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/86f1a229/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 dd62bc1..570c502 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/86f1a229/test/system/continuous/run-verify.sh
----------------------------------------------------------------------
diff --git a/test/system/continuous/run-verify.sh b/test/system/continuous/run-verify.sh
index 1664edd..a0c64d1 100755
--- a/test/system/continuous/run-verify.sh
+++ b/test/system/continuous/run-verify.sh
@@ -28,4 +28,4 @@ if [ "$SCAN_OFFLINE" == "false" ] ; then
        SCAN_OPT=
 fi
 
-$ACCUMULO_HOME/bin/tool.sh "$SERVER_LIBJAR" org.apache.accumulo.test.continuous.ContinuousVerify -libjars "$SERVER_LIBJAR" $AUTH_OPT -i $INSTANCE_NAME -z $ZOO_KEEPERS -u $USER -p $PASS --table $TABLE --output $VERFIY_OUT --maxMappers $VERIFY_MAX_MAPS --reducers $VERIFY_REDUCERS $SCAN_OPT
+$ACCUMULO_HOME/bin/tool.sh "$SERVER_LIBJAR" org.apache.accumulo.test.continuous.ContinuousVerify -libjars "$SERVER_LIBJAR" $AUTH_OPT -i $INSTANCE_NAME -z $ZOO_KEEPERS -u $USER -p $PASS --table $TABLE --output $VERIFY_OUT --maxMappers $VERIFY_MAX_MAPS --reducers $VERIFY_REDUCERS $SCAN_OPT