Skip to content

Commit 521605a

Browse files
chore(druid): Bump HDFS to 3.4.2 for Druid 34.0.0 (#1409)
* chore(druid): Bump HDFS to 3.4.2 for Druid 34.0.0 * chore(hdfs): Remove 3.4.1 * chore: Add changelog entry --------- Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 82fef39 commit 521605a

19 files changed

+4
-1349
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ All notable changes to this project will be documented in this file.
2727

2828
- airflow: Extend list of providers for 3.0.6 ([#1336])
2929
- airflow: Bump celery version to 5.5.3 for Airflow 3.x ([#1343]).
30+
- druid: Bump HDFS to 3.4.2 for 34.0.0 ([#1409]).
3031
- testing-tools: refactoring: Split image into multiple images, remove unnecessary components and switch to UBI as base image ([#1354]).
3132
- hive: fixed 4.0.1 shaded hive-metastore-opa-authorizer jar by relocating dependencies ([#1356]).
3233
- testing-tools: fix: add kubectl and openssl ([#1367]).
@@ -42,6 +43,7 @@ All notable changes to this project will be documented in this file.
4243

4344
- airflow: Remove 2.10.5 and 3.0.1 ([#1405]).
4445
- druid: Remove 33.0.0 ([#1406]).
46+
- hdfs: Remove 3.4.1 ([#1409]).
4547
- opensearch: Remove the `performance-analyzer` plugin from the OpenSearch image ([#1357]).
4648
- superset: Remove 4.0.2 and 4.1.2 ([#1394]).
4749
- kafka: Remove `3.7.2` and `4.1.0` ([#1395]).
@@ -84,6 +86,7 @@ All notable changes to this project will be documented in this file.
8486
[#1405]: https://github.com/stackabletech/docker-images/pull/1405
8587
[#1406]: https://github.com/stackabletech/docker-images/pull/1406
8688
[#1408]: https://github.com/stackabletech/docker-images/pull/1408
89+
[#1409]: https://github.com/stackabletech/docker-images/pull/1409
8790

8891
## [25.11.0] - 2025-11-07
8992

druid/boil-config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authorizer-version = "0.7.0"
1212
# https://druid.apache.org/docs/34.0.0/operations/java/
1313
java-base = "17"
1414
java-devel = "17"
15-
"hadoop/hadoop" = "3.4.1"
15+
"hadoop/hadoop" = "3.4.2"
1616

1717
# Deprecated since 26.3
1818
[versions."34.0.0".build-arguments]

hadoop/boil-config.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ async-profiler-version = "2.9"
99
jmx-exporter-version = "1.3.0"
1010
hdfs-utils-version = "0.4.0"
1111

12-
[versions."3.4.1".local-images]
13-
"hadoop/hadoop" = "3.4.1"
14-
java-base = "11"
15-
java-devel = "11"
16-
17-
[versions."3.4.1".build-arguments]
18-
async-profiler-version = "2.9"
19-
jmx-exporter-version = "1.3.0"
20-
hdfs-utils-version = "0.4.1"
21-
2212
[versions."3.4.2".local-images]
2313
"hadoop/hadoop" = "3.4.2"
2414
java-base = "11"

hadoop/hadoop/boil-config.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ java-devel = "11"
44
[versions."3.3.6".build-arguments]
55
protobuf-version = "3.7.1"
66

7-
[versions."3.4.1".local-images]
8-
java-devel = "11"
9-
10-
[versions."3.4.1".build-arguments]
11-
protobuf-version = "3.7.1"
12-
137
[versions."3.4.2".local-images]
148
java-devel = "11"
159

hadoop/hadoop/stackable/patches/3.4.1/0001-YARN-11527-Update-node.js.patch

Lines changed: 0 additions & 22 deletions
This file was deleted.

hadoop/hadoop/stackable/patches/3.4.1/0002-Allow-overriding-datanode-registration-addresses.patch

Lines changed: 0 additions & 259 deletions
This file was deleted.

hadoop/hadoop/stackable/patches/3.4.1/0003-Async-profiler-also-grab-itimer-events.patch

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)