Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-2753

Generated POMs hardcode dependency on hadoop-common version 0.22.0-SNAPSHOT

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.22.0
    • 0.22.0
    • build
    • None
    • RHEL 6.1 & Ubuntu 11.04; Sun JDK 1.6_016 & Sun JDK 1.6.0_26; Ant 1.8.2

    • Reviewed

    Description

      The generated poms inject the version of mapred itself, but hardcode the version of hadoop-common they depend on.
      When trying to build downstream projects (HBase), then they will require hadoop-common-0.22.0-SNAPSHOT.jar instead of the version they compiled against.

      When trying to do an offline build this will fail to resolve as another hadoop-common has been installed in the local maven repo.
      Even during online build, it should compile against the hadoop-common that hdfs compiled against.

      When versions mismatch one cannot do a coherent build. That is particularly problematic when making simultaneous change in hadoop-common and hadoop-mapreduce and you want to try this locally before committing each.

      Attachments

        1. MAPREDUCE-2753.patch
          13 kB
          Joep Rottinghuis
        2. MAPREDUCE-2753-1.patch
          2 kB
          Joep Rottinghuis

        Issue Links

          Activity

            People

              jrottinghuis Joep Rottinghuis
              jrottinghuis Joep Rottinghuis
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: