Skip to content

Commit 863e38d

Browse files
chore(hive)!: Remove 4.1.0, bump 4.2.0 to Hadoop 3.4.3 (#1539)
* chore(hive)!: Remove 4.1.0, bump 4.2.0 to Hadoop 3.4.3 * changelog * changelog --------- Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 2be9a11 commit 863e38d

3 files changed

Lines changed: 14 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ All notable changes to this project will be documented in this file.
3131
- superset: Bump statsd_exporter to `0.30.0` ([#1524]).
3232
- hadoop: Refactor cloud library provisioning to downstream images. The jars are now conveniently placed in `/stackable/hadoop-cloud-libraries/` to be easily picked up ([#1511]).
3333
- spark: bump hadoop `3.4.2` to `3.4.3` ([#1533])
34+
- hive: Bump `4.2.0` to Hadoop `3.4.3` ([#1539]).
3435

3536
### Fixed
3637

@@ -46,6 +47,7 @@ All notable changes to this project will be documented in this file.
4647
- nifi: Remove `1.28.1`, deprecate `2.7.2` ([#1520]).
4748
- opa: Remove `1.8.0` ([#1509]).
4849
- spark-k8s: Remove `3.5.7` and `4.0.1` ([#1525]).
50+
- hive: Remove `4.1.0` ([#1539]).
4951
- druid: Remove `34.0.0` ([#1535]).
5052

5153
[#1446]: https://github.com/stackabletech/docker-images/pull/1446
@@ -75,6 +77,7 @@ All notable changes to this project will be documented in this file.
7577
[#1525]: https://github.com/stackabletech/docker-images/pull/1525
7678
[#1533]: https://github.com/stackabletech/docker-images/pull/1533
7779
[#1535]: https://github.com/stackabletech/docker-images/pull/1535
80+
[#1539]: https://github.com/stackabletech/docker-images/pull/1539
7881
[#1541]: https://github.com/stackabletech/docker-images/pull/1541
7982

8083
## [26.3.0] - 2026-03-16

hive/boil-config.toml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[metadata.registries]
22
"oci.stackable.tech" = { namespace = "sdp" }
33

4+
45
[versions."3.1.3".local-images]
56
# Hive 3 must be built with Java 8 but will run on Java 11
67
java-base = "11"
@@ -12,6 +13,7 @@ java-devel = "8"
1213
[versions."3.1.3".build-arguments]
1314
jmx-exporter-version = "1.3.0"
1415

16+
1517
[versions."4.0.0".local-images]
1618
# Hive 4 must be built with Java 8 (according to GitHub README) but seems to run on Java 11
1719
java-base = "11"
@@ -23,6 +25,7 @@ java-devel = "8"
2325
[versions."4.0.0".build-arguments]
2426
jmx-exporter-version = "1.3.0"
2527

28+
2629
[versions."4.0.1".local-images]
2730
# Hive 4.0 must be built with Java 8 (according to GitHub README) but seems to run on Java 11
2831
java-base = "11"
@@ -34,24 +37,14 @@ java-devel = "8"
3437
[versions."4.0.1".build-arguments]
3538
jmx-exporter-version = "1.3.0"
3639

37-
[versions."4.1.0".local-images]
38-
# Hive 4.1 requires Java 17 (according to GitHub README)
39-
java-base = "17"
40-
java-devel = "17"
41-
"hadoop/hadoop" = "3.4.2" # TODO: Bump to 3.4.3
42-
# hive-metastore-opa-authorizer from: https://github.com/boschglobal/hive-metastore-opa-authorizer
43-
"hive/hive-metastore-opa-authorizer" = "v1.0.0-hive-4.1.0-hadoop-3.4.2"
44-
45-
[versions."4.1.0".build-arguments]
46-
jmx-exporter-version = "1.3.0"
4740

4841
[versions."4.2.0".local-images]
4942
# Hive 4.2 requires Java 21 (according to GitHub README)
5043
java-base = "21"
5144
java-devel = "21"
52-
"hadoop/hadoop" = "3.4.2" # TODO: Bump to 3.4.3
45+
"hadoop/hadoop" = "3.4.3"
5346
# hive-metastore-opa-authorizer from: https://github.com/boschglobal/hive-metastore-opa-authorizer
54-
"hive/hive-metastore-opa-authorizer" = "v1.0.0-hive-4.2.0-hadoop-3.4.2"
47+
"hive/hive-metastore-opa-authorizer" = "v1.0.0-hive-4.2.0-hadoop-3.4.3"
5548

5649
[versions."4.2.0".build-arguments]
5750
jmx-exporter-version = "1.3.0"

hive/hive-metastore-opa-authorizer/boil-config.toml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,20 @@ authorizer-version = "v1.0.0"
2525
hive-version = "4.0.1"
2626
delete-caches = "true"
2727

28-
[versions."v1.0.0-hive-4.1.0-hadoop-3.4.2".local-images]
28+
[versions."v1.0.0-hive-4.1.0-hadoop-3.4.3".local-images]
2929
"java-devel" = "17"
30-
# TODO: Bump to 3.4.3
31-
"hadoop/hadoop" = "3.4.2"
30+
"hadoop/hadoop" = "3.4.3"
3231

33-
[versions."v1.0.0-hive-4.1.0-hadoop-3.4.2".build-arguments]
32+
[versions."v1.0.0-hive-4.1.0-hadoop-3.4.3".build-arguments]
3433
authorizer-version = "v1.0.0"
3534
hive-version = "4.1.0"
3635
delete-caches = "true"
3736

38-
[versions."v1.0.0-hive-4.2.0-hadoop-3.4.2".local-images]
37+
[versions."v1.0.0-hive-4.2.0-hadoop-3.4.3".local-images]
3938
"java-devel" = "21"
40-
# TODO: Bump to 3.4.3
41-
"hadoop/hadoop" = "3.4.2"
39+
"hadoop/hadoop" = "3.4.3"
4240

43-
[versions."v1.0.0-hive-4.2.0-hadoop-3.4.2".build-arguments]
41+
[versions."v1.0.0-hive-4.2.0-hadoop-3.4.3".build-arguments]
4442
authorizer-version = "v1.0.0"
4543
hive-version = "4.2.0"
4644
delete-caches = "true"

0 commit comments

Comments
 (0)