Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Not A Problem
-
None
-
None
-
None
-
Reviewed
-
Description
The common/ivy/hadoop-common-template.xml submitted with 7206 has a typo which breaks anything that depends on the hadoop-common maven package.
Instead of <artifactId>java-snappy</artifactId>, you should have <artifactId>snappy-java</artifactId>
[ivy:resolve] downloading https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-common/0.23.0-SNAPSHOT/hadoop-common-0.23.0-20110620.163810-177.jar ...
[ivy:resolve] .......................
[ivy:resolve] ..................................
[ivy:resolve] ...........................................
[ivy:resolve] ...............................................................
[ivy:resolve] ................................................ (1631kB)
[ivy:resolve] .. (0kB)
[ivy:resolve] [SUCCESSFUL ] org.apache.hadoop#hadoop-common;0.23.0-SNAPSHOT!hadoop-common.jar (8441ms)
[ivy:resolve]
[ivy:resolve] :: problems summary ::
[ivy:resolve] :::: WARNINGS
[ivy:resolve] module not found: org.xerial.snappy#java-snappy;1.0.3-rc2
[ivy:resolve] ==== apache-snapshot: tried
[ivy:resolve] https://repository.apache.org/content/repositories/snapshots/org/xerial/snappy/java-snappy/1.0.3-rc2/java-snappy-1.0.3-rc2.pom
[ivy:resolve] – artifact org.xerial.snappy#java-snappy;1.0.3-rc2!java-snappy.jar:
[ivy:resolve] https://repository.apache.org/content/repositories/snapshots/org/xerial/snappy/java-snappy/1.0.3-rc2/java-snappy-1.0.3-rc2.jar
[ivy:resolve] ==== maven2: tried
[ivy:resolve] http://repo1.maven.org/maven2/org/xerial/snappy/java-snappy/1.0.3-rc2/java-snappy-1.0.3-rc2.pom
[ivy:resolve] – artifact org.xerial.snappy#java-snappy;1.0.3-rc2!java-snappy.jar:
[ivy:resolve] http://repo1.maven.org/maven2/org/xerial/snappy/java-snappy/1.0.3-rc2/java-snappy-1.0.3-rc2.jar
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :: UNRESOLVED DEPENDENCIES ::
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :: org.xerial.snappy#java-snappy;1.0.3-rc2: not found
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-7206 Integrate Snappy compression
- Closed
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12483180/HADOOP-7407.patch
against trunk revision 1137690.
+1 @author. The patch does not contain any @author tags.
-1 tests included. The patch doesn't appear to include any new or modified tests.
Please justify why no new tests are needed for this patch.
Also please list what manual steps were performed to verify this patch.
+1 javadoc. The javadoc tool did not generate any warning messages.
+1 javac. The applied patch does not increase the total number of javac compiler warnings.
+1 findbugs. The patch does not introduce any new Findbugs (version 1.3.9) warnings.
+1 release audit. The applied patch does not increase the total number of release audit warnings.
+1 core tests. The patch passed core unit tests.
+1 system test framework. The patch passed system test framework compile.
Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/656//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HADOOP-Build/656//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/656//console
This message is automatically generated.