-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23152/
-----------------------------------------------------------

Review request for accumulo and Sean Busbey.


Bugs: ACCUMULO-2443
    https://issues.apache.org/jira/browse/ACCUMULO-2443


Repository: accumulo


Description
-------

The README for 1.5 functional tests claims the tests can be run via MR with the 
line
./bin/accumulo org.apache.accumulo.test.functional.RunTests --tests \
   /user/hadoop/tests --output /user/hadoop/results
Attempting to do so fails because the Accumulo classes are not properly in the 
Hadoop classpath.
Instead, the readme shoudl be updated to use $ACCUMULO_HOME/bin/tool.sh, since 
it will properly set things up to work with MapReduce.
eg:
./bin/tool.sh lib/accumulo-test.jar 
org.apache.accumulo.test.functional.RunTests --tests tests --output results


Diffs
-----

  test/system/auto/README.md e147620 

Diff: https://reviews.apache.org/r/23152/diff/


Testing
-------


Thanks,

Hung Pham

Reply via email to