Xuefu Zhang created HIVE-7489:
---------------------------------
Summary: 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
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}
--
This message was sent by Atlassian JIRA
(v6.2#6252)