You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Hung Pham (JIRA)" <ji...@apache.org> on 2014/03/10 19:09:43 UTC

[jira] [Assigned] (ACCUMULO-2443) Instructions for 1.5 functional tests via mapreduce should specify use of tool.sh

     [ https://issues.apache.org/jira/browse/ACCUMULO-2443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hung Pham reassigned ACCUMULO-2443:
-----------------------------------

    Assignee: Hung Pham

> 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
>            Assignee: Hung Pham
>            Priority: Critical
>              Labels: newbie
>             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)