Skip to content

Commit 6329e6c

Browse files
committed
chore: Add Hive 4.1.0
1 parent a9fea67 commit 6329e6c

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ All notable changes to this project will be documented in this file.
2828
- hadoop: Add `3.4.2` ([#1291]).
2929
- zookeeper: Add `3.9.4` ([#1292]).
3030
- nifi: Add `2.6.0` ([#1293]).
31+
- hive: Add `4.1.0` ([#XXXX]).
3132

3233
### Changed
3334

hive/boil-config.toml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ azure-storage-version = "7.0.1"
2525
azure-keyvault-core-version = "1.0.0"
2626

2727
[versions."4.0.1".local-images]
28-
# Hive 4 must be built with Java 8 (according to GitHub README) but seems to run on Java 11
28+
# Hive 4.0 must be built with Java 8 (according to GitHub README) but seems to run on Java 11
2929
java-base = "11"
3030
java-devel = "8"
3131
"hadoop/hadoop" = "3.3.6"
@@ -36,3 +36,18 @@ jmx-exporter-version = "1.3.0"
3636
aws-java-sdk-bundle-version = "1.12.367"
3737
azure-storage-version = "7.0.1"
3838
azure-keyvault-core-version = "1.0.0"
39+
40+
[versions."4.1.0".local-images]
41+
# Hive 4.1 requires Java 17 (according to GitHub README)
42+
java-base = "17"
43+
java-devel = "17"
44+
"hadoop/hadoop" = "3.4.2"
45+
46+
[versions."4.1.0".build-arguments]
47+
jmx-exporter-version = "1.3.0"
48+
# Keep consistent with the dependency from hadoop-aws: https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.4.2
49+
aws-java-sdk-bundle-version = "1.12.720"
50+
# Keep consistent with the dependency from hadoop-azure: https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-azure/3.4.2
51+
azure-storage-version = "7.0.1"
52+
# Keep consistent with the dependency from azure-storage: https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage/7.0.1
53+
azure-keyvault-core-version = "1.0.0"

0 commit comments

Comments
 (0)