Skip to content

Commit dfd9cc9

Browse files
authored
chore(spark): Bump to 4.1.2 (#419)
* Adding spark 4.1.2 to demos * upgarding spark-connect-client to spark 4.1.2
1 parent 9e6d105 commit dfd9cc9

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

demos/data-lakehouse-iceberg-trino-spark/create-spark-ingestion-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ data:
146146
spec:
147147
sparkImage:
148148
# Iceberg 1.11.0 only supports Spark 4.1.x
149-
productVersion: 4.1.1
149+
productVersion: 4.1.2
150150
mode: cluster
151151
mainApplicationFile: local:///stackable/spark/jobs/spark-ingest-into-lakehouse.py
152152
deps:

demos/end-to-end-security/create-spark-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ data:
5959
spec:
6060
sparkImage:
6161
# Iceberg 1.11.0 only supports Spark 4.1.x
62-
productVersion: 4.1.1
62+
productVersion: 4.1.2
6363
mode: cluster
6464
mainApplicationFile: local:///stackable/spark/jobs/spark-report.py
6565
deps:

demos/spark-k8s-anomaly-detection-taxi-data/create-spark-anomaly-detection-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ data:
5252
spec:
5353
sparkImage:
5454
# Iceberg 1.11.0 only supports Spark 4.1.x
55-
productVersion: 4.1.1
55+
productVersion: 4.1.2
5656
mode: cluster
5757
mainApplicationFile: local:///spark-scripts/spark-ad.py
5858
deps:

stacks/airflow/airflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ data:
537537
spec:
538538
version: "1.0"
539539
sparkImage:
540-
productVersion: 4.1.1
540+
productVersion: 4.1.2
541541
mode: cluster
542542
mainApplicationFile: local:///stackable/spark/examples/src/main/python/pi.py
543543
job:

stacks/jupyterhub-pyspark-hdfs/spark_connect.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ spec:
3030
image:
3131
# Using an image that includes scikit-learn (among other things)
3232
# because this package needs to be available on the executors.
33-
custom: oci.stackable.tech/stackable/spark-connect-client:4.1.1-stackable0.0.0-dev
34-
productVersion: 4.1.1
33+
custom: oci.stackable.tech/stackable/spark-connect-client:4.1.2-stackable0.0.0-dev
34+
productVersion: 4.1.2
3535
pullPolicy: IfNotPresent
3636
args:
3737
server:

0 commit comments

Comments
 (0)