Skip to content

Commit 113d2c3

Browse files
authored
[FSTORE-1845][HOPSFS-282] Build with Hive 3.0.0.13.10 to ensure Hive ClientUpdater threads are daemon + Hopsfs 17-EE-RC3
1 parent 02e58c2 commit 113d2c3

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

pom.xml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<slf4j.version>2.0.17</slf4j.version>
123123
<log4j.version>2.24.3</log4j.version>
124124
<!-- make sure to update IsolatedClientLoader whenever this version is changed -->
125-
<hadoop.version>3.2.0.16-EE-SNAPSHOT</hadoop.version>
125+
<hadoop.version>3.2.0.17-EE-RC3</hadoop.version>
126126
<hadoop.group>io.hops</hadoop.group>
127127
<!-- SPARK-41247: When updating `protobuf.version`, also need to update `protoVersion` in `SparkBuild.scala` -->
128128
<protobuf.version>3.23.4</protobuf.version>
@@ -133,8 +133,8 @@
133133
<hive.group>io.hops.hive</hive.group>
134134
<hive.classifier>core</hive.classifier>
135135
<!-- Version used in Maven Hive dependency -->
136-
<hive.version>3.0.0.13.5</hive.version>
137-
<hive23.version>3.0.0.13.5</hive23.version>
136+
<hive.version>3.0.0.13.10</hive.version>
137+
<hive23.version>3.0.0.13.10</hive23.version>
138138
<!-- Version used for internal directory structure -->
139139
<hive.version.short>3.0</hive.version.short>
140140
<!-- note that this should be compatible with Kafka brokers version 0.10 and up -->
@@ -362,6 +362,17 @@
362362
<enabled>true</enabled>
363363
</snapshots>
364364
</repository>
365+
<repository>
366+
<id>HiveEE</id>
367+
<name>Hive Release Repository</name>
368+
<url>https://nexus.hops.works/repository/hive-artifacts</url>
369+
<releases>
370+
<enabled>true</enabled>
371+
</releases>
372+
<snapshots>
373+
<enabled>true</enabled>
374+
</snapshots>
375+
</repository>
365376
<repository>
366377
<id>Hops</id>
367378
<name>Hops Repo</name>

0 commit comments

Comments
 (0)