You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Xuefu Zhang (JIRA)" <ji...@apache.org> on 2014/07/24 00:34:38 UTC

[jira] [Updated] (HIVE-7489) Change ql/pom.xml to fix mvn project setup [Spark Branch]

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

Xuefu Zhang updated HIVE-7489:
------------------------------

    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.

{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.

  was:
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}


> 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
>         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.2#6252)