-
Notifications
You must be signed in to change notification settings - Fork 28.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SPARK-37319][K8S] Support K8s image building with Java 17 #34586
Conversation
Kubernetes integration test starting |
Kubernetes integration test status failure |
Test build #145201 has finished for PR 34586 at commit
|
The building succeeded but it seems that Jenkins is building with a direct command. |
Kubernetes integration test starting |
Kubernetes integration test status failure |
Test build #145206 has finished for PR 34586 at commit
|
Could you review this, @sarutak ? |
Could you review this, @viirya ? |
Merging to |
Thank you, @viirya , @HyukjinKwon , @sarutak ! |
What changes were proposed in this pull request?
This PR aims to support K8s image building with Java 17.
Please note that we need more efforts to achieve to run all tests successfully.
Why are the changes needed?
OpenJDK
docker hub image switches the underlying OS fromDebian
toOracleLinux
since Java 12.So,
java_image_tag
doesn't work any longer.BEFORE
AFTER (This PR with
-f
option)Does this PR introduce any user-facing change?
Yes, this is a new docker file exposed to the customer.
How was this patch tested?
Pass the K8s IT building.