aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-05-14 09:51:01 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-05-14 09:51:11 -0700
commit34f6fa92155ba70d7b17315664618a007f9325ab (patch)
treebed6fc1b5bfbcaeca2f6119ce9b92cb3f97c6b82 /sql/hive
parentfc6b652275249051ba017f7c043f162a18bf4ae4 (diff)
downloadspark-34f6fa92155ba70d7b17315664618a007f9325ab.tar.gz
spark-34f6fa92155ba70d7b17315664618a007f9325ab.tar.bz2
spark-34f6fa92155ba70d7b17315664618a007f9325ab.zip
SPARK-1828: Created forked version of hive-exec that doesn't bundle other dependencies
See https://issues.apache.org/jira/browse/SPARK-1828 for more information. This is being submitted to Jenkin's for testing. The dependency won't fully propagate in Maven central for a few more hours. Author: Patrick Wendell <pwendell@gmail.com> Closes #767 from pwendell/hive-shaded and squashes the following commits: ea10ac5 [Patrick Wendell] SPARK-1828: Created forked version of hive-exec that doesn't bundle other dependencies (cherry picked from commit d58cb33ffa9e98a64cecea7b40ce7bfbed145079) Signed-off-by: Patrick Wendell <pwendell@gmail.com>
Diffstat (limited to 'sql/hive')
-rw-r--r--sql/hive/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml
index 4fd3cb0cae..0c5565707e 100644
--- a/sql/hive/pom.xml
+++ b/sql/hive/pom.xml
@@ -43,12 +43,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.hive</groupId>
+ <groupId>org.spark-project.hive</groupId>
<artifactId>hive-metastore</artifactId>
<version>${hive.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.hive</groupId>
+ <groupId>org.spark-project.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>${hive.version}</version>
<exclusions>
@@ -63,7 +63,7 @@
<artifactId>jackson-mapper-asl</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.hive</groupId>
+ <groupId>org.spark-project.hive</groupId>
<artifactId>hive-serde</artifactId>
<version>${hive.version}</version>
<exclusions>