Skip to content

Commit 6cc55ce

Browse files
authored
chore(hdfs): Add 3.4.2 and hdfs-utils 0.4.2 (#1291)
* add hadoop 3.4.2 to config and hdfs-utils 0.4.2 * changelog
1 parent ac1abcc commit 6cc55ce

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ All notable changes to this project will be documented in this file.
2525
- spark-connect-client: Add `4.0.1` ([#1286]).
2626
- trino/trino-storage-connector: Add `477` ([#1285]).
2727
- testing-tools: Add `upload_new_keycloak_version.sh` script ([#1289]).
28+
- hadoop: Add `3.4.2` ([#1291]).
2829
- zookeeper: Add `3.9.4` ([#1292]).
2930

3031
### Changed
@@ -79,6 +80,7 @@ All notable changes to this project will be documented in this file.
7980
[#1286]: https://github.com/stackabletech/docker-images/pull/1286
8081
[#1289]: https://github.com/stackabletech/docker-images/pull/1289
8182
[#1290]: https://github.com/stackabletech/docker-images/pull/1290
83+
[#1291]: https://github.com/stackabletech/docker-images/pull/1291
8284
[#1292]: https://github.com/stackabletech/docker-images/pull/1292
8385

8486
## [25.7.0] - 2025-07-23

hadoop/boil-config.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,13 @@ java-devel = "11"
1818
async-profiler-version = "2.9"
1919
jmx-exporter-version = "1.3.0"
2020
hdfs-utils-version = "0.4.1"
21+
22+
[versions."3.4.2".local-images]
23+
"hadoop/hadoop" = "3.4.2"
24+
java-base = "11"
25+
java-devel = "11"
26+
27+
[versions."3.4.2".build-arguments]
28+
async-profiler-version = "2.9"
29+
jmx-exporter-version = "1.3.0"
30+
hdfs-utils-version = "0.4.2"

hadoop/hadoop/boil-config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ java-devel = "11"
99

1010
[versions."3.4.1".build-arguments]
1111
protobuf-version = "3.7.1"
12+
13+
[versions."3.4.2".local-images]
14+
java-devel = "11"
15+
16+
[versions."3.4.2".build-arguments]
17+
protobuf-version = "3.7.1"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
base = "921c42df13e2f7b72bf010cfa1e474243b186873"

0 commit comments

Comments
 (0)