aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-10-10 16:49:19 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-10-10 16:49:19 -0700
commit1d72a30874a88bdbab75217f001cf2af409016e7 (patch)
tree7ca8bbd15fb5b427a547d677a3c9365dc088c046 /pom.xml
parent72f36ee571ad27c7c7c70bb9aecc7e6ef51dfd44 (diff)
downloadspark-1d72a30874a88bdbab75217f001cf2af409016e7.tar.gz
spark-1d72a30874a88bdbab75217f001cf2af409016e7.tar.bz2
spark-1d72a30874a88bdbab75217f001cf2af409016e7.zip
HOTFIX: Fix build issue with Akka 2.3.4 upgrade.
We had to upgrade our Hive 0.12 version as well to deal with a protobuf conflict (both hive and akka have been using a shaded protobuf version). This is testing a correctly patched version of Hive 0.12. Author: Patrick Wendell <pwendell@gmail.com> Closes #2756 from pwendell/hotfix and squashes the following commits: cc979d0 [Patrick Wendell] HOTFIX: Fix build issue with Akka 2.3.4 upgrade.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d047b9e307..288bbf1114 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
<hbase.version>0.94.6</hbase.version>
<flume.version>1.4.0</flume.version>
<zookeeper.version>3.4.5</zookeeper.version>
- <hive.version>0.12.0-protobuf</hive.version>
+ <hive.version>0.12.0-protobuf-2.5</hive.version>
<parquet.version>1.4.3</parquet.version>
<jblas.version>1.2.3</jblas.version>
<jetty.version>8.1.14.v20131031</jetty.version>
@@ -223,6 +223,18 @@
<enabled>false</enabled>
</snapshots>
</repository>
+ <repository>
+ <!-- This is temporarily included to fix issues with Hive 0.12 -->
+ <id>spark-staging</id>
+ <name>Spring Staging Repository</name>
+ <url>https://oss.sonatype.org/content/repositories/orgspark-project-1085</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
</repositories>
<pluginRepositories>
<pluginRepository>