This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new b2adda7 [SPARK-49645] Update `e2e/python/chainsaw-test.yaml` to use
non-R image
b2adda7 is described below
commit b2adda7d18ca05ea4da1161d13a1fcf26d98f5d1
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Sep 13 09:57:52 2024 -0700
[SPARK-49645] Update `e2e/python/chainsaw-test.yaml` to use non-R image
### What changes were proposed in this pull request?
This PR aims to update `e2e/python/chainsaw-test.yaml` to use non-R image.
This is the only instance we have.
```
$ git grep '\-r-'
tests/e2e/python/chainsaw-test.yaml: value:
'spark:3.5.2-scala2.12-java17-python3-r-ubuntu'
```
### Why are the changes needed?
New image is 36% smaller.
```
$ docker images | grep 3.5.2
spark 3.5.2-scala2.12-java17-python3-r-ubuntu 16362acf4adb 4 weeks ago
1.52GB
spark 3.5.2-scala2.12-java17-python3-ubuntu a79b6b6ef9a4 4 weeks ago
985MB
```
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #123 from dongjoon-hyun/SPARK-49645.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
tests/e2e/python/chainsaw-test.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/e2e/python/chainsaw-test.yaml
b/tests/e2e/python/chainsaw-test.yaml
index ede8d73..4147d2f 100644
--- a/tests/e2e/python/chainsaw-test.yaml
+++ b/tests/e2e/python/chainsaw-test.yaml
@@ -27,7 +27,7 @@ spec:
- name: "SCALA_VERSION"
value: "2.12"
- name: "IMAGE"
- value: 'spark:3.5.2-scala2.12-java17-python3-r-ubuntu'
+ value: 'spark:3.5.2-scala2.12-java17-python3-ubuntu'
steps:
- name: install-spark-application
try:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]