Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-12920

hadoopqa should compile with different hadoop versions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0
    • None
    • None
    • Reviewed

    Description

      From time to time, we break compilation with hadoop-2.4 or other earlier versions, and only realize that at the time of a release candidate.

      We should fix hadoopqa to do the compilation for us.

      What I have locally is something like this:

      HADOOP2_VERSIONS="2.2.0 2.3.0 2.4.0 2.5.0 2.6.0"
      function buildWithHadoop2 {
        for HADOOP2_VERSION in $HADOOP2_VERSIONS ; do
          echo ""
          echo "##### BUILDING $ARTIFACT WITH HADOOP 2 VERSION $HADOOP2_VERSION #####"
          echo ""
          echo mvn clean install -DskipTests -Dhadoop-two.version=$HADOOP2_VERSION
          mvn clean install -DskipTests -Dhadoop-two.version=$HADOOP2_VERSION
        done
      }
      

      Attachments

        1. hbase-12920_v1.patch
          3 kB
          Enis Soztutar

        Issue Links

          Activity

            People

              enis Enis Soztutar
              enis Enis Soztutar
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: