Sean Busbey created ACCUMULO-2443:
-------------------------------------
Summary: Instructions for 1.5 functional tests via mapreduce
should specify use of tool.sh
Key: ACCUMULO-2443
URL: https://issues.apache.org/jira/browse/ACCUMULO-2443
Project: Accumulo
Issue Type: Bug
Components: test
Affects Versions: 1.5.1
Reporter: Sean Busbey
Priority: Critical
Fix For: 1.5.2
The README for 1.5 functional tests claims the tests can be run via MR with the
line
{noformat}
./bin/accumulo org.apache.accumulo.test.functional.RunTests --tests \
/user/hadoop/tests --output /user/hadoop/results
{noformat}
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:
{noformat}
./bin/tool.sh lib/accumulo-test.jar
org.apache.accumulo.test.functional.RunTests --tests tests --output results
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)