You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bi...@apache.org on 2011/11/18 21:48:57 UTC

svn commit: r1203828 [6/6] - in /incubator/accumulo/trunk: ./ bin/ conf/ contrib/ contrib/accumulo_sample/ contrib/accumulo_sample/ingest/ contrib/accumulo_sample/ingest/bin/ contrib/accumulo_sample/ingest/conf/ contrib/accumulo_sample/ingest/src/assem...

Propchange: incubator/accumulo/trunk/test/system/randomwalk/conf/modules/Sequential.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/accumulo/trunk/test/system/randomwalk/conf/modules/Shard.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/accumulo/trunk/test/system/randomwalk/conf/modules/ShortClean.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/accumulo/trunk/test/system/randomwalk/conf/modules/ShortDirty.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/accumulo/trunk/test/system/randomwalk/conf/modules/unit/Basic.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/accumulo/trunk/test/system/randomwalk/conf/modules/unit/Simple.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/accumulo/trunk/test/system/randomwalk/conf/randomwalk.conf.example
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/accumulo/trunk/test/system/randomwalk/conf/walkers.example
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/accumulo/trunk/test/system/scalability/README
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/accumulo/trunk/test/system/scalability/conf/Ingest.conf.example
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/accumulo/trunk/test/system/scalability/conf/site.conf.example
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/accumulo/trunk/test/system/scalability/run.py
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/accumulo/trunk/test/system/test1/README
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/accumulo/trunk/test/system/test1/ingest_test.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/accumulo/trunk/test/system/test1/ingest_test_2.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/accumulo/trunk/test/system/test1/ingest_test_3.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/accumulo/trunk/test/system/test1/verify_test.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/accumulo/trunk/test/system/test1/verify_test_2.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/accumulo/trunk/test/system/test2/README
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/accumulo/trunk/test/system/test2/concurrent.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/accumulo/trunk/test/system/test3/README
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/accumulo/trunk/test/system/test3/bigrow.sh
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/test3/bigrow.sh?rev=1203828&r1=1203827&r2=1203828&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/test3/bigrow.sh (original)
+++ incubator/accumulo/trunk/test/system/test3/bigrow.sh Fri Nov 18 20:48:23 2011
@@ -15,10 +15,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-../../../bin/accumulo jar ../../../lib/accumulo.jar org.apache.accumulo.server.test.TestIngest -timestamp 1 -size 50 -random 56 1 5000000 2000000;
-../../../bin/accumulo jar ../../../lib/accumulo.jar org.apache.accumulo.server.test.TestIngest -timestamp 1 -size 50 -random 56 1000000 0 1;
-#../../../bin/accumulo jar ../../../lib/accumulo.jar org.apache.accumulo.server.test.VerifyIngest -timestamp 1 -size 50 -random 56 1 5000000 2000000;
-../../../bin/accumulo jar ../../../lib/accumulo.jar org.apache.accumulo.server.test.VerifyIngest -size 50 -timestamp 1 -random 56 1000000 0 1;
-../../../bin/accumulo jar ../../../lib/accumulo.jar org.apache.accumulo.server.test.TestIngest -timestamp 1 -size 50 -random 56 1000000 7000000 1;
-../../../bin/accumulo jar ../../../lib/accumulo.jar org.apache.accumulo.server.test.VerifyIngest -size 50 -timestamp 1 -random 56 1000000 7000000 1;
-
+../../../bin/accumulo jar ../../../lib/accumulo.jar org.apache.accumulo.server.test.TestIngest -timestamp 1 -size 50 -random 56 1 5000000 2000000;
+../../../bin/accumulo jar ../../../lib/accumulo.jar org.apache.accumulo.server.test.TestIngest -timestamp 1 -size 50 -random 56 1000000 0 1;
+#../../../bin/accumulo jar ../../../lib/accumulo.jar org.apache.accumulo.server.test.VerifyIngest -timestamp 1 -size 50 -random 56 1 5000000 2000000;
+../../../bin/accumulo jar ../../../lib/accumulo.jar org.apache.accumulo.server.test.VerifyIngest -size 50 -timestamp 1 -random 56 1000000 0 1;
+../../../bin/accumulo jar ../../../lib/accumulo.jar org.apache.accumulo.server.test.TestIngest -timestamp 1 -size 50 -random 56 1000000 7000000 1;
+../../../bin/accumulo jar ../../../lib/accumulo.jar org.apache.accumulo.server.test.VerifyIngest -size 50 -timestamp 1 -random 56 1000000 7000000 1;

Propchange: incubator/accumulo/trunk/test/system/test3/bigrow.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/accumulo/trunk/test/system/test4/README
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/accumulo/trunk/test/system/test4/bulk_import_test.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/accumulo/trunk/test/system/test5/insert_test.sh
------------------------------------------------------------------------------
    svn:eol-style = LF