Skip to content

Commit 55d3c5f

Browse files
Malewaresbernauer
andauthored
chore(spark): Remove 3.5.7 and 4.0.1 (#1525)
* Remove 3.5.7 and 4.0.1, depricate 3.5.8, LTS 4.1.1 * Remove hbase-connectors/1.0.1_3.5.7 since 3.5.7 is removed * Update changelog * Removing hbase-connector/3.5.7 from boil * Fixing changelog.md * Remove deprecation and LTS hint Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.tech> --------- Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.tech>
1 parent feca2ae commit 55d3c5f

5 files changed

Lines changed: 4 additions & 110 deletions

File tree

CHANGELOG.md

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

4141
- nifi: Remove `1.28.1`, deprecate `2.7.2` ([#1520]).
4242
- opa: Remove `1.8.0` ([#1509]).
43+
- spark-k8s: Remove `3.5.7` and `4.0.1` ([#1525]).
4344

4445
[#1446]: https://github.com/stackabletech/docker-images/pull/1446
4546
[#1452]: https://github.com/stackabletech/docker-images/pull/1452
@@ -62,6 +63,7 @@ All notable changes to this project will be documented in this file.
6263
[#1518]: https://github.com/stackabletech/docker-images/pull/1518
6364
[#1520]: https://github.com/stackabletech/docker-images/pull/1520
6465
[#1521]: https://github.com/stackabletech/docker-images/pull/1521
66+
[#1525]: https://github.com/stackabletech/docker-images/pull/1525
6567
[#1524]: https://github.com/stackabletech/docker-images/pull/1524
6668

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

spark-k8s/boil-config.toml

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

4-
[versions."3.5.7"]
5-
containerfile = "Dockerfile.3"
6-
7-
[versions."3.5.7".local-images]
8-
"hadoop/hadoop" = "3.4.2"
9-
java-base = "17"
10-
java-devel = "17"
11-
hbase = "2.6.3"
12-
"spark-k8s/hbase-connectors" = "1.0.1_3.5.7"
13-
14-
[versions."3.5.7".build-arguments]
15-
python-version = "3.11"
16-
aws-java-sdk-bundle-version = "2.29.52" # needs to match the version shipped by Hadoop
17-
azure-storage-version = "7.0.1" # needs to match the version shipped by Hadoop
18-
azure-keyvault-core-version = "1.0.0" # needs to match the version shipped by Hadoop
19-
jackson-dataformat-xml-version = "2.15.2" # needs to match the version shipped by Spark https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.12/3.5.7
20-
stax2-api-version = "4.2.1" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
21-
woodstox-core-version = "6.5.1" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
22-
jmx-exporter-version = "1.3.0"
23-
tini-version = "0.19.0"
24-
hbase-connector-version = "1.0.1_3.5.7"
25-
4+
# Deprecated since 26.7.0
265
[versions."3.5.8"]
276
containerfile = "Dockerfile.3"
287

@@ -45,25 +24,8 @@ jmx-exporter-version = "1.3.0"
4524
tini-version = "0.19.0"
4625
hbase-connector-version = "1.0.1_3.5.8"
4726

48-
[versions."4.0.1"]
49-
containerfile = "Dockerfile.4"
50-
51-
[versions."4.0.1".local-images]
52-
"hadoop/hadoop" = "3.4.2"
53-
java-base = "21"
54-
java-devel = "21"
55-
56-
[versions."4.0.1".build-arguments]
57-
python-version = "3.12"
58-
aws-java-sdk-bundle-version = "2.29.52" # needs to match the version shipped by Hadoop
59-
azure-storage-version = "7.0.1" # needs to match the version shipped by Hadoop
60-
azure-keyvault-core-version = "1.0.0" # needs to match the version shipped by Hadoop
61-
jackson-dataformat-xml-version = "2.18.2" # needs to match the version shipped by Spark https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/4.0.1
62-
stax2-api-version = "4.2.2" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.18.2
63-
woodstox-core-version = "7.0.0" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.18.2
64-
jmx-exporter-version = "1.3.0"
65-
tini-version = "0.19.0"
6627

28+
# LTS since 26.7.0
6729
[versions."4.1.1"]
6830
containerfile = "Dockerfile.4"
6931

spark-k8s/hbase-connectors/boil-config.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
2-
[versions."1.0.1_3.5.7".local-images]
3-
java-devel = "17"
4-
5-
[versions."1.0.1_3.5.7".build-arguments]
6-
spark-version = "3.5.7"
7-
hadoop-version = "3.4.2"
8-
hbase-version = "2.6.3"
9-
101
[versions."1.0.1_3.5.8".local-images]
112
java-devel = "17"
123

spark-k8s/hbase-connectors/stackable/patches/1.0.1_3.5.7/0001-Fix-protobuf-on-aarch64.patch

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

spark-k8s/hbase-connectors/stackable/patches/1.0.1_3.5.7/patchable.toml

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

0 commit comments

Comments
 (0)