Skip to content

Commit 578234d

Browse files
committed
use new shaded hive
1 parent 18fb1ff commit 578234d

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
<flume.version>1.4.0</flume.version>
129129
<zookeeper.version>3.4.5</zookeeper.version>
130130
<!-- Version used in Maven Hive dependency -->
131-
<hive.version>0.13.1</hive.version>
131+
<hive.version>0.13.1a</hive.version>
132132
<!-- Version used for internal directory structure -->
133133
<hive.version.short>0.13.1</hive.version.short>
134134
<derby.version>10.10.1.1</derby.version>
@@ -239,6 +239,18 @@
239239
<enabled>false</enabled>
240240
</snapshots>
241241
</repository>
242+
<repository>
243+
<!-- This is temporarily included to fix issues with Hive 0.13 -->
244+
<id>spark-staging-hive13</id>
245+
<name>Spring Staging Repository Hive 13</name>
246+
<url>https://oss.sonatype.org/content/repositories/orgspark-project-1089/</url>
247+
<releases>
248+
<enabled>true</enabled>
249+
</releases>
250+
<snapshots>
251+
<enabled>false</enabled>
252+
</snapshots>
253+
</repository>
242254
</repositories>
243255
<pluginRepositories>
244256
<pluginRepository>

0 commit comments

Comments
 (0)