Skip to content

Commit 1d72a30

Browse files
committed
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.
1 parent 72f36ee commit 1d72a30

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<hbase.version>0.94.6</hbase.version>
128128
<flume.version>1.4.0</flume.version>
129129
<zookeeper.version>3.4.5</zookeeper.version>
130-
<hive.version>0.12.0-protobuf</hive.version>
130+
<hive.version>0.12.0-protobuf-2.5</hive.version>
131131
<parquet.version>1.4.3</parquet.version>
132132
<jblas.version>1.2.3</jblas.version>
133133
<jetty.version>8.1.14.v20131031</jetty.version>
@@ -223,6 +223,18 @@
223223
<enabled>false</enabled>
224224
</snapshots>
225225
</repository>
226+
<repository>
227+
<!-- This is temporarily included to fix issues with Hive 0.12 -->
228+
<id>spark-staging</id>
229+
<name>Spring Staging Repository</name>
230+
<url>https://oss.sonatype.org/content/repositories/orgspark-project-1085</url>
231+
<releases>
232+
<enabled>true</enabled>
233+
</releases>
234+
<snapshots>
235+
<enabled>false</enabled>
236+
</snapshots>
237+
</repository>
226238
</repositories>
227239
<pluginRepositories>
228240
<pluginRepository>

0 commit comments

Comments
 (0)