You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Rohit Rai (JIRA)" <ji...@apache.org> on 2011/03/29 08:41:05 UTC

[jira] [Updated] (WHIRR-272) whirr-hadoop project POM file refers to hadoop-test using system path

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

Rohit Rai updated WHIRR-272:
----------------------------

    Fix Version/s: 0.3.0
                   0.5.0
                   0.4.0
           Status: Patch Available  (was: Open)

This can easily be fixed using the hadoop-test jar available in maven repo.


--- Base (BASE)
+++ Locally Modified (Based On LOCAL)
@@ -110,8 +110,6 @@
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-test</artifactId>
       <version>0.20.3-SNAPSHOT</version>
-      <scope>system</scope>
-      <systemPath>${basedir}/lib/hadoop-test-0.20.3-SNAPSHOT.jar</systemPath>
     </dependency>
   </dependencies>
 </project>

> whirr-hadoop project POM file refers to hadoop-test using system path
> ---------------------------------------------------------------------
>
>                 Key: WHIRR-272
>                 URL: https://issues.apache.org/jira/browse/WHIRR-272
>             Project: Whirr
>          Issue Type: Bug
>          Components: service/hadoop
>    Affects Versions: 0.3.0
>            Reporter: Rohit Rai
>              Labels: build, maven, pom
>             Fix For: 0.4.0, 0.5.0, 0.3.0
>
>
> whirr-hadoop project POM file refers to hadoop-test using system path
>     <dependency>
>       <groupId>org.apache.hadoop</groupId>
>       <artifactId>hadoop-test</artifactId>
>       <version>0.20.3-SNAPSHOT</version>
>       <scope>system</scope>
>       <systemPath>${basedir}/lib/hadoop-test-0.20.3-SNAPSHOT.jar</systemPath>
>     </dependency>
> This causes issues when we try to view dependency graph of the file or in using it as a library.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira