File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ azure-storage-version = "7.0.1"
2525azure-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
2929java-base = " 11"
3030java-devel = " 8"
3131"hadoop/hadoop" = " 3.3.6"
@@ -36,3 +36,18 @@ jmx-exporter-version = "1.3.0"
3636aws-java-sdk-bundle-version = " 1.12.367"
3737azure-storage-version = " 7.0.1"
3838azure-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"
You can’t perform that action at this time.
0 commit comments