We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6d1e8 commit f744e7bCopy full SHA for f744e7b
docs/modules/spark-k8s/examples/getting_started/getting_started.sh.j2
@@ -58,22 +58,22 @@ metadata:
58
namespace: default
59
spec:
60
version: "1.0"
61
- sparkImage: docker.stackable.tech/stackable/pyspark-k8s:3.3.0-0.0.0-dev
+ sparkImage: docker.stackable.tech/stackable/pyspark-k8s:3.3.0-stackable{{ versions.spark }}
62
mode: cluster
63
mainApplicationFile: local:///stackable/spark/examples/src/main/python/pi.py
64
driver:
65
resources:
66
cpu:
67
min: "1"
68
- max: "1200m"
+ max: "2"
69
memory:
70
limit: "1Gi"
71
executor:
72
- instances: 3
+ instances: 1
73
74
75
76
77
78
79
EOF
0 commit comments