You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by Hung Pham <hp...@clouderagovt.com> on 2014/06/30 00:12:01 UTC

Review Request 23152: Update README of auto or functional test to say './bin/tool.sh' instead of './bin/accumulo'

-----------------------------------------------------------
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


Re: Review Request 23152: Update README of auto or functional test to say './bin/tool.sh' instead of './bin/accumulo'

Posted by Sean Busbey <se...@manvsbeard.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23152/#review46959
-----------------------------------------------------------

Ship it!


Ship It!

- Sean Busbey


On June 29, 2014, 10:12 p.m., Hung Pham wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/23152/
> -----------------------------------------------------------
> 
> (Updated June 29, 2014, 10:12 p.m.)
> 
> 
> 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
> 
>