You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2011/06/20 20:04:47 UTC

[jira] [Commented] (HADOOP-7407) Snappy integration breaks HDFS build.

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

Hadoop QA commented on HADOOP-7407:
-----------------------------------

-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.

> Snappy integration breaks HDFS build.
> -------------------------------------
>
>                 Key: HADOOP-7407
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7407
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Ivan Kelly
>            Assignee: Alejandro Abdelnur
>            Priority: Critical
>             Fix For: 0.23.0
>
>         Attachments: HADOOP-7407.patch
>
>
> 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] 

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