Repository: accumulo
Updated Branches:
  refs/heads/1.6 fc15de748 -> e785da148
  refs/heads/1.7 a0032a9a1 -> f1bc1dd8d
  refs/heads/master b8005bef4 -> 29fdbfbb7


ACCUMULO-3916 Set mapreduce.job.reduce.slowstart.completedmaps=0.95 for 
ContinuousVerify


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e785da14
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e785da14
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/e785da14

Branch: refs/heads/1.6
Commit: e785da14833c1095c2835d36d896b17e629cad9e
Parents: fc15de7
Author: Josh Elser <els...@apache.org>
Authored: Tue Jun 23 22:49:15 2015 -0400
Committer: Josh Elser <els...@apache.org>
Committed: Tue Jun 23 22:49:15 2015 -0400

----------------------------------------------------------------------
 test/system/continuous/run-verify.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/e785da14/test/system/continuous/run-verify.sh
----------------------------------------------------------------------
diff --git a/test/system/continuous/run-verify.sh 
b/test/system/continuous/run-verify.sh
index 72ecc14..42eb214 100755
--- a/test/system/continuous/run-verify.sh
+++ b/test/system/continuous/run-verify.sh
@@ -39,4 +39,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 $VERIFY_OUT --maxMappers $VERIFY_MAX_MAPS --reducers $VERIFY_REDUCERS 
$SCAN_OPT
+$ACCUMULO_HOME/bin/tool.sh "$SERVER_LIBJAR" 
org.apache.accumulo.test.continuous.ContinuousVerify 
-Dmapreduce.job.reduce.slowstart.completedmaps=0.95 -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

Reply via email to