Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Invalid
-
0.3.0
-
None
Description
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.