Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Not A Problem
    • None
    • 0.23.0
    • None
    • None
    • Reviewed
    • Hide
      I've just committed this. Thanks Alejandro.

      I manually checked that HDFS and MapReduce both build. Sorry for not doing this earlier.
      Show
      I've just committed this. Thanks Alejandro. I manually checked that HDFS and MapReduce both build. Sorry for not doing this earlier.

    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

        1. HADOOP-7407.patch
          0.5 kB
          Alejandro Abdelnur

        Issue Links

          Activity

            hadoopqa Hadoop QA added a comment -

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

            hadoopqa Hadoop QA added a comment - -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.
            hudson Hudson added a comment -

            Integrated in Hadoop-Common-trunk-Commit #661 (See https://builds.apache.org/job/Hadoop-Common-trunk-Commit/661/)
            HADOOP-7407. Snappy integration breaks HDFS build. Contributed by Alejandro Abdelnur.

            tomwhite : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1137724
            Files :

            • /hadoop/common/trunk/common/ivy/hadoop-common-template.xml
            • /hadoop/common/trunk/common/CHANGES.txt
            hudson Hudson added a comment - Integrated in Hadoop-Common-trunk-Commit #661 (See https://builds.apache.org/job/Hadoop-Common-trunk-Commit/661/ ) HADOOP-7407 . Snappy integration breaks HDFS build. Contributed by Alejandro Abdelnur. tomwhite : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1137724 Files : /hadoop/common/trunk/common/ivy/hadoop-common-template.xml /hadoop/common/trunk/common/CHANGES.txt
            szetszwo Tsz-wo Sze added a comment -

            It turns out that we have to revert HADOOP-7206 and this (Thanks Eli). So this is not a problem anymore.

            szetszwo Tsz-wo Sze added a comment - It turns out that we have to revert HADOOP-7206 and this (Thanks Eli). So this is not a problem anymore.
            hudson Hudson added a comment -

            Integrated in Hadoop-Common-trunk-maven #43 (See https://builds.apache.org/job/Hadoop-Common-trunk-maven/43/)

            hudson Hudson added a comment - Integrated in Hadoop-Common-trunk-maven #43 (See https://builds.apache.org/job/Hadoop-Common-trunk-maven/43/ )
            hudson Hudson added a comment -

            Integrated in Hadoop-Common-trunk #732 (See https://builds.apache.org/job/Hadoop-Common-trunk/732/)

            hudson Hudson added a comment - Integrated in Hadoop-Common-trunk #732 (See https://builds.apache.org/job/Hadoop-Common-trunk/732/ )
            hudson Hudson added a comment -

            Integrated in Hadoop-Common-trunk-Commit #668 (See https://builds.apache.org/job/Hadoop-Common-trunk-Commit/668/)

            hudson Hudson added a comment - Integrated in Hadoop-Common-trunk-Commit #668 (See https://builds.apache.org/job/Hadoop-Common-trunk-Commit/668/ )

            People

              tucu00 Alejandro Abdelnur
              ikelly Ivan Kelly
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: