You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Keith Turner (JIRA)" <ji...@apache.org> on 2013/02/13 22:52:12 UTC

[jira] [Commented] (ACCUMULO-1063) Update pom.xml to reference Commons IO v2.4 (or change Instamo to remove dependency)

    [ https://issues.apache.org/jira/browse/ACCUMULO-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13577957#comment-13577957 ] 

Keith Turner commented on ACCUMULO-1063:
----------------------------------------

The instamo pom is supposed to represent a self contained example pom for Accumulo.  I think it should not matter what was in the accumulo/lib dir, but maybe this depends on how its run.  When I do the following it works fine.  The example also works fine for me when I run it from Eclipse.

{noformat}
  $ cd <accumulo-trunk-dir>
  $ mvn install -DskipTests
  $ cd examples/instamo/
  $ mvn exec:exec
  $ rm -rf <maven local repo>/org/apache/accumulo   #do not like to leave snapshots in local repo, eventually instamo will depend on a released version
{noformat}

How are you running the example?





                
> Update pom.xml to reference Commons IO v2.4 (or change Instamo to remove dependency)
> ------------------------------------------------------------------------------------
>
>                 Key: ACCUMULO-1063
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1063
>             Project: Accumulo
>          Issue Type: Bug
>            Reporter: David Medinets
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> The MapReduceExample (for MiniAccumuloCluster) seems to depend on Commons IO v2.4 but the current compilation places Commons IO v1.2 in the lib directory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira