Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #6763] [CI] Specify JDK 11 for spark engine on kubernetes IT
# 🔍 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 11 for spark engine on kubernetes it. ## Types of changes 🔖 - [ ] 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](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6763 from wForget/minor. Closes #6763 aee3933 [wforget] Specify JDK 11 for spark engine on kubernetes it Authored-by: wforget <[email protected]> Signed-off-by: Bowen Liang <[email protected]>
- Loading branch information