Skip to content

Commit 7cb6af1

Browse files
wForgetbowenliang123
authored andcommitted
[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]>
1 parent 04f4437 commit 7cb6af1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/master.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,13 @@ jobs:
498498
run: ./.github/scripts/free_disk_space.sh
499499
- name: Cache Engine Archives
500500
uses: ./.github/actions/cache-engine-archives
501+
- name: Setup JDK 11
502+
uses: actions/setup-java@v4
503+
with:
504+
distribution: temurin
505+
java-version: 11
506+
cache: 'maven'
507+
check-latest: false
501508
- name: Setup Minikube
502509
run: |
503510
# https://minikube.sigs.k8s.io/docs/start/

0 commit comments

Comments
 (0)