File tree Expand file tree Collapse file tree 7 files changed +14
-13
lines changed
data-lakehouse-iceberg-trino-spark
spark-k8s-anomaly-detection-taxi-data Expand file tree Collapse file tree 7 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -144,13 +144,13 @@ data:
144144 stackable.tech/vendor: Stackable
145145 spec:
146146 sparkImage:
147- productVersion: 3.5.7
147+ productVersion: 4.0.1
148148 mode: cluster
149149 mainApplicationFile: local:///stackable/spark/jobs/spark-ingest-into-lakehouse.py
150150 deps:
151151 packages:
152- - org.apache.iceberg:iceberg-spark-runtime-3.5_2.12 :1.8.1
153- - org.apache.spark:spark-sql-kafka-0-10_2.12:3.5.7
152+ - org.apache.iceberg:iceberg-spark-runtime-4.0_2.13 :1.10.0
153+ - org.apache.spark:spark-sql-kafka-0-10_2.13:4.0.1
154154 s3connection:
155155 reference: minio
156156 sparkConf:
Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ data:
5555 name: spark-report
5656 spec:
5757 sparkImage:
58- productVersion: 3.5.7
58+ productVersion: 4.0.1
5959 mode: cluster
6060 mainApplicationFile: local:///stackable/spark/jobs/spark-report.py
6161 deps:
6262 packages:
63- - org.apache.iceberg:iceberg-spark-runtime-3.5_2.12 :1.8.1
63+ - org.apache.iceberg:iceberg-spark-runtime-4.0_2.13 :1.10.0
6464 sparkConf:
6565 spark.driver.extraClassPath: /stackable/config/hdfs
6666 spark.executor.extraClassPath: /stackable/config/hdfs
Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ data:
5151 name: spark-ad
5252 spec:
5353 sparkImage:
54- productVersion: 3.5.7
54+ productVersion: 4.0.1
5555 mode: cluster
5656 mainApplicationFile: local:///spark-scripts/spark-ad.py
5757 deps:
5858 packages:
59- - org.apache.iceberg:iceberg-spark-runtime-3.5_2.12 :1.8 .1
59+ - org.apache.iceberg:iceberg-spark-runtime-4.0_2.13 :1.10 .1
6060 requirements:
6161 - scikit-learn==1.4.0
6262 s3connection:
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ data:
303303 spec:
304304 version: "1.0"
305305 sparkImage:
306- productVersion: 3.5.7
306+ productVersion: 4.0.1
307307 mode: cluster
308308 mainApplicationFile: local:///stackable/spark/examples/src/main/python/pi.py
309309 job:
@@ -332,6 +332,7 @@ data:
332332 limit: 1024Mi
333333 replicas: 3
334334
335+
335336# {% endraw %}
336337---
337338apiVersion : v1
Original file line number Diff line number Diff line change 2121 serviceAccountName : default
2222 containers :
2323 - name : jupyterlab
24- image : oci.stackable.tech/stackable/spark-connect-client:3.5.7 -stackable0.0.0-dev
24+ image : oci.stackable.tech/stackable/spark-connect-client:4.0.1 -stackable0.0.0-dev
2525 imagePullPolicy : IfNotPresent
2626 command :
2727 - bash
3939 name : notebook
4040 initContainers :
4141 - name : download-notebook
42- image : oci.stackable.tech/stackable/spark-connect-client:3.5.7 -stackable0.0.0-dev
42+ image : oci.stackable.tech/stackable/spark-connect-client:4.0.1 -stackable0.0.0-dev
4343 command :
4444 - bash
4545 args :
Original file line number Diff line number Diff line change 5353 "#\n",
5454 "# See: https://issues.apache.org/jira/browse/SPARK-46032\n",
5555 "#\n",
56- "spark.addArtifacts(\"/stackable/spark/connect/spark-connect_2.12-3.5.7 .jar\")"
56+ "spark.addArtifacts(\"/stackable/spark/connect/spark-connect-4.0.1 .jar\")"
5757 ]
5858 },
5959 {
Original file line number Diff line number Diff line change 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:3.5.7 -stackable0.0.0-dev
34- productVersion : 3.5.7
33+ custom : oci.stackable.tech/stackable/spark-connect-client:4.0.1 -stackable0.0.0-dev
34+ productVersion : 4.0.1
3535 pullPolicy : IfNotPresent
3636 args :
3737 server :
You can’t perform that action at this time.
0 commit comments