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/02/28 18:45:01 UTC

svn commit: r1451266 - /accumulo/branches/1.5/test/system/auto/README

Author: ecn
Date: Thu Feb 28 17:45:00 2013
New Revision: 1451266

URL: http://svn.apache.org/r1451266
Log:
ACCUMULO-745 update mapreduce example with new cli options

Modified:
    accumulo/branches/1.5/test/system/auto/README

Modified: accumulo/branches/1.5/test/system/auto/README
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/test/system/auto/README?rev=1451266&r1=1451265&r2=1451266&view=diff
==============================================================================
--- accumulo/branches/1.5/test/system/auto/README (original)
+++ accumulo/branches/1.5/test/system/auto/README Thu Feb 28 17:45:00 2013
@@ -34,11 +34,11 @@ If the test suite hangs, and you would l
  
  $ ./test/system/auto/run.py -s start.over.test
  
-The full test suite can take nearly an hour.  If you have a larger hadoop cluster at your disposal, you can 
+The full test suite can take over an hour.  If you have a larger hadoop cluster at your disposal, you can 
 run the tests as a map-reduce job:
 
  $ python test/system/auto/run.py -l > tests
  $ hadoop fs -put tests /user/hadoop/tests
- $ ./bin/accumulo org.apache.accumulo.test.functional.RunTests /user/hadoop/tests /user/hadoop/results
+ $ ./bin/accumulo org.apache.accumulo.test.functional.RunTests --tests /user/hadoop/tests --output /user/hadoop/results