Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-3234

SPARK_HADOOP_VERSION and SPARK_HIVE depend on deprecated make-distribution.sh command line options

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.0.2
    • 1.1.0
    • Build
    • None

    Description

      In make-distribution.sh, SPARK_HADOOP_VERSION is determined by --hadoop, and SPARK_HIVE is determined by --with-hive, but these two command line options are deprecated by `Dhadoop.version`/`-Phadoop??` and `-Phive` respectively. The result is that:

      1. we may end up with something like spark-1.1.0-SNAPSHOT-bin-.tgz unless --name is specified explicitly
      2. Datanucleus jars will not be included in the distribution folder/tarball unless we set SPARK_HIVE=true explicitly

      A possible fix is to check hadoop.version and project.activeProfiles with mvn help:evaluate, similar to what we do now to determine VERSION.

      Attachments

        Activity

          People

            lian cheng Cheng Lian
            lian cheng Cheng Lian
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: