LuciferYang commented on code in PR #48406:
URL: https://github.com/apache/spark/pull/48406#discussion_r1794997955
##########
.github/workflows/build_and_test.yml:
##########
@@ -1074,7 +1074,7 @@ jobs:
needs: precondition
if: fromJson(needs.precondition.outputs.required).k8s-integration-tests ==
'true'
name: Run Spark on Kubernetes Integration test
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
Review Comment:
https://github.com/apache/spark/blob/38d66fde2eec7e0d7bc9dda4d87cdee03b1ee9e8/dev/infra/Dockerfile#L61
```
r-base \
```
This Docker file already has `r-base` installed.
##########
.github/workflows/build_and_test.yml:
##########
@@ -1074,7 +1074,7 @@ jobs:
needs: precondition
if: fromJson(needs.precondition.outputs.required).k8s-integration-tests ==
'true'
name: Run Spark on Kubernetes Integration test
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
Review Comment:
https://github.com/apache/spark/blob/38d66fde2eec7e0d7bc9dda4d87cdee03b1ee9e8/dev/infra/Dockerfile#L61
This Docker file already has `r-base` installed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]