Skip to content

Commit 2c5d9dc

Browse files
pwendellaarondav
authored andcommitted
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 020691e commit 2c5d9dc

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
@@ -128,7 +128,7 @@
128128
<hbase.version>0.94.6</hbase.version>
129129
<flume.version>1.4.0</flume.version>
130130
<zookeeper.version>3.4.5</zookeeper.version>
131-
<hive.version>0.12.0-protobuf</hive.version>
131+
<hive.version>0.12.0-protobuf-2.5</hive.version>
132132
<parquet.version>1.4.3</parquet.version>
133133
<jblas.version>1.2.3</jblas.version>
134134
<jetty.version>8.1.14.v20131031</jetty.version>
@@ -224,6 +224,18 @@
224224
<enabled>false</enabled>
225225
</snapshots>
226226
</repository>
227+
<repository>
228+
<!-- This is temporarily included to fix issues with Hive 0.12 -->
229+
<id>spark-staging</id>
230+
<name>Spring Staging Repository</name>
231+
<url>https://oss.sonatype.org/content/repositories/orgspark-project-1085</url>
232+
<releases>
233+
<enabled>true</enabled>
234+
</releases>
235+
<snapshots>
236+
<enabled>false</enabled>
237+
</snapshots>
238+
</repository>
227239
</repositories>
228240
<pluginRepositories>
229241
<pluginRepository>

0 commit comments

Comments
 (0)