Closed wForget closed 1 month ago
I feel like that maven.compiler.release
should be set to the minimal supported JDK version, for our case, it should be 8 instead of following the compile JDK version.
I feel like that
maven.compiler.release
should be set to the minimal supported JDK version, for our case, it should be 8 instead of following the compile JDK version.
Should this version be consistent with the jdk version used to build the spark image (apache/spark:3.5.2)?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 0.00%. Comparing base (
1e9d68b
) to head (aee3933
). Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
BTW, the default JDK on Ubuntu 24.04 is version 21. https://launchpad.net/ubuntu/noble/amd64/default-jdk
I feel like that
maven.compiler.release
should be set to the minimal supported JDK version, for our case, it should be 8 instead of following the compile JDK version.
SGTM. Testing it in #6766.
I feel like that
maven.compiler.release
should be set to the minimal supported JDK version, for our case, it should be 8 instead of following the compile JDK version.SGTM. Testing it in #6766.
Thank you, that's a better way, I will close this
As #6766 requires further polishment and investigation, we still need this patch as a workaround to pass the CI tests.
Thanks, merged to master (1.10.0)
:mag: Description
Issue References ๐
Spark Engine On Kubernetes Integration Test
always fails after #6739The default java version of Ubuntu 24.04 is OpenJDK 21: https://discourse.ubuntu.com/t/ubuntu-24-04-lts-noble-numbat-release-notes/39890#openjdk , this is a version higher than that supported by spark 3.5.X.
Describe Your Solution ๐ง
Specify JDK 11 for spark engine on kubernetes it.
Types of changes :bookmark:
Test Plan ๐งช
test ga: https://github.com/wForget/kyuubi/actions/runs/11441231714/job/31828818049
Checklist ๐
Be nice. Be informative.