Skip to content

Commit 9e02be2

Browse files
maltesanderrazvan
andauthored
Adapt spark k8s versions for release 24.7 (#771)
* bump spark versions * fix comments * adapted changelog * bump 3.5.1 java version * remove 4.0.0-preview1 * remove 4.0.0 commented section --------- Co-authored-by: Razvan-Daniel Mihai <[email protected]>
1 parent db06149 commit 9e02be2

File tree

3 files changed

+11
-26
lines changed

3 files changed

+11
-26
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ All notable changes to this project will be documented in this file.
3232
- trino & trino-cli: Add version 451 ([#758]).
3333
- airflow: Add version `2.8.4` and `2.9.2` ([#762]).
3434
- superset: Add version `3.1.3` and `4.0.2` ([#768]).
35-
- druid: Support for 30.0.0 using Java 17 ([#731])
35+
- druid: Support for 30.0.0 using Java 17 ([#731]).
3636
- hbase: Support for HBase 2.4.18 ([#740]).
37+
- spark-k8s: Support for `3.5.1` using Java 17 ([#771]).
3738
- airflow & superset: Build `statsd_exporter` from source ([#777]).
3839

3940
### Changed
@@ -82,6 +83,7 @@ All notable changes to this project will be documented in this file.
8283
- airflow: Remove unsupprted version `2.7.2`, `2.7.3` and `2.8.3` ([#762]).
8384
- superset: Remove version `2.1.1`, `3.0.1` and `3.0.3` ([#768]).
8485
- druid: Remove support for 27.0.0 ([#731])
86+
- spark-k8s: Remove support for `3.4.1` and `3.5.0` ([#771]).
8587

8688
[#583]: https://github.com/stackabletech/docker-images/pull/583
8789
[#611]: https://github.com/stackabletech/docker-images/pull/611
@@ -133,6 +135,7 @@ All notable changes to this project will be documented in this file.
133135
[#762]: https://github.com/stackabletech/docker-images/pull/762
134136
[#767]: https://github.com/stackabletech/docker-images/pull/767
135137
[#768]: https://github.com/stackabletech/docker-images/pull/768
138+
[#771]: https://github.com/stackabletech/docker-images/pull/771
136139
[#777]: https://github.com/stackabletech/docker-images/pull/777
137140

138141
## [24.3.0] - 2024-03-20

spark-k8s/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ RUN curl -L --fail -O https://repo.stackable.tech/repository/packages/aws/hadoop
5252
&& curl -L --fail -O https://repo.stackable.tech/repository/packages/aws/aws-java-sdk-bundle-${AWS_JAVA_SDK_BUNDLE}.jar \
5353
&& curl -L --fail -O https://repo.stackable.tech/repository/packages/azure/hadoop-azure-${HADOOP_LONG_VERSION}.jar \
5454
&& curl -L --fail -O https://repo.stackable.tech/repository/packages/azure/azure-storage-${AZURE_STORAGE}.jar \
55-
&& curl -L --fail -O https://repo.stackable.tech/repository/packages/azure/azure-storage-${AZURE_STORAGE}.jar \
5655
&& curl -L --fail -O https://repo.stackable.tech/repository/packages/azure/azure-keyvault-core-${AZURE_KEYVAULT_CORE}.jar
5756

5857
WORKDIR /stackable/spark-${PRODUCT}/dist/extra-jars

spark-k8s/versions.py

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,40 @@
11
versions = [
22
{
3-
"product": "3.4.1",
3+
"product": "3.4.2",
44
"java-base": "11",
55
"java-devel": "11",
66
"python": "3.11",
77
"hadoop_long_version": "3.3.4", # https://github.com/apache/spark/blob/1db2f5c36b120c213432fc658c9fd24fc73cb45e/pom.xml#L122
88
"aws_java_sdk_bundle": "1.12.262", # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.3.4
99
"azure_storage": "7.0.1", # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-azure/3.3.4
1010
"azure_keyvault_core": "1.0.0", # https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage/7.0.1
11-
"jackson_dataformat_xml": "2.14.2", # https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.4.1
11+
"jackson_dataformat_xml": "2.14.2", # https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.4.2
1212
"stax2_api": "4.2.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.14.2
1313
"woodstox_core": "6.5.0", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.14.2
1414
"vector": "0.39.0",
1515
"jmx_exporter": "1.0.1",
1616
"tini": "0.19.0",
1717
},
1818
{
19-
"product": "3.4.2",
19+
"product": "3.4.3",
2020
"java-base": "11",
2121
"java-devel": "11",
2222
"python": "3.11",
2323
"hadoop_long_version": "3.3.4", # https://github.com/apache/spark/blob/1db2f5c36b120c213432fc658c9fd24fc73cb45e/pom.xml#L122
2424
"aws_java_sdk_bundle": "1.12.262", # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.3.4
2525
"azure_storage": "7.0.1", # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-azure/3.3.4
2626
"azure_keyvault_core": "1.0.0", # https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage/7.0.1
27-
"jackson_dataformat_xml": "2.14.2", # https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.4.2
27+
"jackson_dataformat_xml": "2.14.2", # https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.4.3
2828
"stax2_api": "4.2.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.14.2
2929
"woodstox_core": "6.5.0", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.14.2
3030
"vector": "0.39.0",
3131
"jmx_exporter": "1.0.1",
3232
"tini": "0.19.0",
33-
},
34-
{
35-
"product": "3.5.0",
36-
"java-base": "11",
37-
"java-devel": "11",
38-
"python": "3.11",
39-
"hadoop_long_version": "3.3.4", # https://github.com/apache/spark/blob/6a5747d66e53ed0d934cdd9ca5c9bd9fde6868e6/pom.xml#L125
40-
"aws_java_sdk_bundle": "1.12.262", # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.3.4
41-
"azure_storage": "7.0.1", # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-azure/3.3.4
42-
"azure_keyvault_core": "1.0.0", # https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage/7.0.1
43-
"jackson_dataformat_xml": "2.15.2", # https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.5.0
44-
"stax2_api": "4.2.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
45-
"woodstox_core": "6.5.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
46-
"vector": "0.39.0",
47-
"jmx_exporter": "1.0.1",
48-
"tini": "0.19.0",
49-
},
33+
},
5034
{
5135
"product": "3.5.1",
52-
"spark": "3.5.1",
53-
"java-base": "11",
54-
"java-devel": "11",
36+
"java-base": "17",
37+
"java-devel": "17",
5538
"python": "3.11",
5639
"hadoop_long_version": "3.3.4", # https://github.com/apache/spark/blob/6a5747d66e53ed0d934cdd9ca5c9bd9fde6868e6/pom.xml#L125
5740
"aws_java_sdk_bundle": "1.12.262", # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.3.4

0 commit comments

Comments
 (0)