Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-5229

duplicate variables in build.xml hadoop.version vs version let build fails at assert-hadoop-jar-exists

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 0.21.0
    • build
    • None
    • Reviewed

    Description

      <property name="hadoop.jar" location="${build.dir}/hadoop-${hadoop.version}-core.jar" /> where hadoop.version is defined in ${ivy.dir}/libraries.properties as hadoop.version=0.20.0.
      Though <jar jarfile="${build.dir}/${final.name}core.jar" where <property name="final.name" value="${name}${version}"/>.
      Means there is a hadoop-0.21.0-dev-core.jar builded though the assert-hadoop-jar-exists target looks for a hadoop-0.2.0-core.jar.

      Attachments

        1. HADOOP-5229-v1-sg.patch
          3 kB
          Stefan Groschupf

        Activity

          People

            joa23 Stefan Groschupf
            joa23 Stefan Groschupf
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: