[ 
https://issues.apache.org/jira/browse/HIVE-7489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xuefu Zhang updated HIVE-7489:
------------------------------
    Fix Version/s:     (was: spark-branch)
                   1.1.0

> Change ql/pom.xml to fix mvn project setup [Spark Branch]
> ---------------------------------------------------------
>
>                 Key: HIVE-7489
>                 URL: https://issues.apache.org/jira/browse/HIVE-7489
>             Project: Hive
>          Issue Type: Bug
>          Components: Spark
>            Reporter: Xuefu Zhang
>            Assignee: Xuefu Zhang
>             Fix For: 1.1.0
>
>         Attachments: HIVE-7489-spark.patch
>
>
> 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.
> {code} 
>       <groupId>org.apache.spark</groupId>
>        <artifactId>spark-core_${scala.binary.version}</artifactId>
>        <version>${spark.version}</version>
>       <scope>provided</scope>
>        <optional>true</optional>
> {code}
> NO PRECOMMIT TESTS. This is for spark branch only.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to