File tree 3 files changed +4
-9
lines changed
demos/data-lakehouse-iceberg-trino-spark
data-lakehouse-iceberg-trino-spark
3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,14 @@ data:
42
42
labels:
43
43
stackable.tech/vendor: Stackable
44
44
spec:
45
- version: "1.0"
46
45
sparkImage:
47
- productVersion: 3.5.0
46
+ productVersion: 3.5.1
48
47
mode: cluster
49
48
mainApplicationFile: local:///stackable/spark/jobs/spark-ingest-into-lakehouse.py
50
49
deps:
51
50
packages:
52
51
- org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.5.0
53
- - org.apache.spark:spark-sql-kafka-0-10_2.12:3.5.0
52
+ - org.apache.spark:spark-sql-kafka-0-10_2.12:3.5.1
54
53
s3connection:
55
54
reference: minio
56
55
sparkConf:
64
63
65
64
# As of 2023-10-31 the operator does not set this
66
65
spark.executor.cores: "4"
67
-
68
- # AFAIK This can be removed in 24.3
69
- spark.driver.userClassPathFirst: "false"
70
- spark.executor.userClassPathFirst: "false"
71
66
volumes:
72
67
- name: script
73
68
configMap:
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
name : trino
6
6
spec :
7
7
image :
8
- productVersion : " 440 "
8
+ productVersion : " 442 "
9
9
clusterConfig :
10
10
listenerClass : external-unstable
11
11
catalogLabelSelector :
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ metadata:
61
61
name : trino
62
62
spec :
63
63
image :
64
- productVersion : " 440 "
64
+ productVersion : " 442 "
65
65
clusterConfig :
66
66
authorization :
67
67
opa :
You can’t perform that action at this time.
0 commit comments