Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-7489

Change ql/pom.xml to fix mvn project setup [Spark Branch]

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.1.0
    • Spark
    • None

    Description

      In ql/pom.xml, spark dependency is specified as "provided" and optional. It seems that eclipse projects generated by maven doesn't including the dependency on those that are specified as "provided". This is to remove "provided" for spark dependency.

       
            <groupId>org.apache.spark</groupId>
             <artifactId>spark-core_${scala.binary.version}</artifactId>
             <version>${spark.version}</version>
            <scope>provided</scope>
             <optional>true</optional>
      

      NO PRECOMMIT TESTS. This is for spark branch only.

      Attachments

        1. HIVE-7489-spark.patch
          0.4 kB
          Xuefu Zhang

        Issue Links

          Activity

            People

              xuefuz Xuefu Zhang
              xuefuz Xuefu Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: