Skip to content

Commit de0dd6c

Browse files
committed
[SPARK-52328] Use apache/spark-connect-swift:pi image
### What changes were proposed in this pull request? This PR aims to use the official `apache/spark-connect-swift:pi` image. ### Why are the changes needed? ASF Infra team created `apache/spark-connect-swift` repo finally. We need to use the official one. ### Does this PR introduce _any_ user-facing change? No behavior change of K8s operator because this is an example. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#230 from dongjoon-hyun/SPARK-52328. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent d087624 commit de0dd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/job/pi-swift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
spec:
2222
containers:
2323
- name: job
24-
image: dongjoon/spark-connect-swift:pi
24+
image: apache/spark-connect-swift:pi
2525
env:
2626
- name: SPARK_REMOTE
2727
value: 'sc://spark-connect-server-0-driver-svc:15002'

0 commit comments

Comments
 (0)