You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by st...@apache.org on 2018/01/03 18:02:13 UTC

hive git commit: HIVE-18255: spark-client jar should be prefixed with hive- (Sahil Takiar, reviewed by Rui Li)

Repository: hive
Updated Branches:
  refs/heads/master 98c95c67a -> ed99182a2


HIVE-18255: spark-client jar should be prefixed with hive- (Sahil Takiar, reviewed by Rui Li)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/ed99182a
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/ed99182a
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/ed99182a

Branch: refs/heads/master
Commit: ed99182a274e7f7075c8746d7a85b60b5199339d
Parents: 98c95c6
Author: Sahil Takiar <st...@cloudera.com>
Authored: Wed Jan 3 10:01:01 2018 -0800
Committer: Sahil Takiar <st...@cloudera.com>
Committed: Wed Jan 3 10:01:30 2018 -0800

----------------------------------------------------------------------
 ql/pom.xml           | 4 ++--
 spark-client/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/ed99182a/ql/pom.xml
----------------------------------------------------------------------
diff --git a/ql/pom.xml b/ql/pom.xml
index cbf71cd..7019a91 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -84,7 +84,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.hive</groupId>
-      <artifactId>spark-client</artifactId>
+      <artifactId>hive-spark-client</artifactId>
       <version>${project.version}</version>
     </dependency>
     <!-- inter-project -->
@@ -910,7 +910,7 @@
                   <include>org.codehaus.jackson:jackson-mapper-asl</include>
                   <include>com.google.guava:guava</include>
                   <include>net.sf.opencsv:opencsv</include>
-                  <include>org.apache.hive:spark-client</include>
+                  <include>org.apache.hive:hive-spark-client</include>
                   <include>org.apache.hive:hive-storage-api</include>
                   <include>org.apache.orc:orc-core</include>
                   <include>org.apache.orc:orc-tools</include>

http://git-wip-us.apache.org/repos/asf/hive/blob/ed99182a/spark-client/pom.xml
----------------------------------------------------------------------
diff --git a/spark-client/pom.xml b/spark-client/pom.xml
index b38c6fa..de6b018 100644
--- a/spark-client/pom.xml
+++ b/spark-client/pom.xml
@@ -26,9 +26,9 @@
   </parent>
 
   <groupId>org.apache.hive</groupId>
-  <artifactId>spark-client</artifactId>
+  <artifactId>hive-spark-client</artifactId>
   <packaging>jar</packaging>
-  <name>Spark Remote Client</name>
+  <name>Hive Spark Remote Client</name>
   <version>3.0.0-SNAPSHOT</version>
 
   <properties>