kyuubi
kyuubi copied to clipboard
Specify JDK 11 for spark engine on kubernetes it
:mag: Description
Issue References ๐
Spark Engine On Kubernetes Integration Test
always fails after #6739
The 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 17 for spark engine on kubernetes it.
Types of changes :bookmark:
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Test Plan ๐งช
test ga: https://github.com/wForget/kyuubi/actions/runs/11441231714/job/31828818049
Checklist ๐
- [X] This patch was not authored or co-authored using Generative Tooling
Be nice. Be informative.