You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2013/07/08 15:36:02 UTC

svn commit: r1500718 - in /accumulo/branches/1.4/test/system/continuous: continuous-env.sh.example run-verify.sh

Author: ecn
Date: Mon Jul  8 13:36:02 2013
New Revision: 1500718

URL: http://svn.apache.org/r1500718
Log:
ACCUMULO-1552 applying Jonathan Hsieh's patch to fix the typo

Modified:
    accumulo/branches/1.4/test/system/continuous/continuous-env.sh.example
    accumulo/branches/1.4/test/system/continuous/run-verify.sh

Modified: accumulo/branches/1.4/test/system/continuous/continuous-env.sh.example
URL: http://svn.apache.org/viewvc/accumulo/branches/1.4/test/system/continuous/continuous-env.sh.example?rev=1500718&r1=1500717&r2=1500718&view=diff
==============================================================================
--- accumulo/branches/1.4/test/system/continuous/continuous-env.sh.example (original)
+++ accumulo/branches/1.4/test/system/continuous/continuous-env.sh.example Mon Jul  8 13:36:02 2013
@@ -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

Modified: accumulo/branches/1.4/test/system/continuous/run-verify.sh
URL: http://svn.apache.org/viewvc/accumulo/branches/1.4/test/system/continuous/run-verify.sh?rev=1500718&r1=1500717&r2=1500718&view=diff
==============================================================================
--- accumulo/branches/1.4/test/system/continuous/run-verify.sh (original)
+++ accumulo/branches/1.4/test/system/continuous/run-verify.sh Mon Jul  8 13:36:02 2013
@@ -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