Author: ecn
Date: Thu Feb 28 17:46:44 2013
New Revision: 1451267
URL: http://svn.apache.org/r1451267
Log:
ACCUMULO-745 update mapreduce example with new cli options
Modified:
accumulo/trunk/ (props changed)
accumulo/trunk/assemble/ (props changed)
accumulo/trunk/core/ (props changed)
accumulo/trunk/examples/ (props changed)
accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/ZooStore.java
(props changed)
accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/zookeeper/ZooSession.java
(props changed)
accumulo/trunk/server/ (props changed)
accumulo/trunk/src/ (props changed)
accumulo/trunk/test/system/auto/README
Propchange: accumulo/trunk/
------------------------------------------------------------------------------
Merged /accumulo/branches/1.5:r1451266
Propchange: accumulo/trunk/assemble/
------------------------------------------------------------------------------
Merged /accumulo/branches/1.5/assemble:r1451266
Propchange: accumulo/trunk/core/
------------------------------------------------------------------------------
Merged /accumulo/branches/1.5/core:r1451266
Propchange: accumulo/trunk/examples/
------------------------------------------------------------------------------
Merged /accumulo/branches/1.5/examples:r1451266
Propchange:
accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/ZooStore.java
------------------------------------------------------------------------------
Merged
/accumulo/branches/1.5/fate/src/main/java/org/apache/accumulo/fate/ZooStore.java:r1451266
Propchange:
accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/zookeeper/ZooSession.java
------------------------------------------------------------------------------
Merged
/accumulo/branches/1.5/fate/src/main/java/org/apache/accumulo/fate/zookeeper/ZooSession.java:r1451266
Propchange: accumulo/trunk/server/
------------------------------------------------------------------------------
Merged /accumulo/branches/1.5/server:r1451266
Propchange: accumulo/trunk/src/
------------------------------------------------------------------------------
Merged /accumulo/branches/1.5/src:r1451266
Modified: accumulo/trunk/test/system/auto/README
URL:
http://svn.apache.org/viewvc/accumulo/trunk/test/system/auto/README?rev=1451267&r1=1451266&r2=1451267&view=diff
==============================================================================
--- accumulo/trunk/test/system/auto/README (original)
+++ accumulo/trunk/test/system/auto/README Thu Feb 28 17:46:44 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