update rapids version for 2606 release#1396
Conversation
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Code Review
This pull request updates the default Spark Rapids version from 26.04.2 to 26.06.0 in the spark-rapids.sh script. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
CC @cjac @jayadeep-jayaraman please help review thx |
|
/gcbrun |
|
Hi @cjac could you help merge? thx |
|
/gcbrun |
cjac
left a comment
There was a problem hiding this comment.
Simple enough. Running tests now
|
Uh oh. Failing presubmit. I'll poke at it today. I also want to finish that patch to make it run faster on -ml or custom images with drivers pre-installed. |
|
Hi @cjac any update on this? |
|
I've been meaning to get it working. I'll look now. |
|
I checked gs://dataproc-108de5de-43c2-4a4b-979a-adebc15a58a8-us-central1/google-cloud-dataproc- Here are the key findings from that log file:
|
…3.1.1 Update default NVIDIA driver version from 550.54.15 to 590.48.01 and default CUDA version from 12.4.1 to 13.1.1 across spark-rapids initialization actions and tests. Key changes: - Fixes DKMS kernel module compilation failures on Linux kernel 6.8+ (Ubuntu 22.04) by upgrading to driver 590.48.01. - Pairs CUDA 13.1.1 with NVIDIA driver 590.48.01 in spark-rapids/spark-rapids.sh and spark-rapids/mig.sh to align with NVIDIA's published local installer repository URLs. - Replaces desktop meta-package 'cuda-drivers' with headless server integration package 'nvidia-driver-cuda' under Debian/Ubuntu installation paths, resolving unmet Wayland/X11 display dependency errors during headless installation. - Adds 'python3-venv' and 'python3-pip' to download_agent() package setup to ensure virtual environment creation succeeds for compute-gpu-monitoring. - Updates parameterized test in spark-rapids/test_spark_rapids.py to reflect the updated driver version 590.48.01. TAG=agy CONV=9a445231-182b-46af-b964-261b2b473d6e
|
/gcbrun |
…UDA to 13.1.1" This reverts commit b5ab3cb.
|
I had previously addressed this Ubuntu 22 / Linux 6.8 NVIDIA DKMS issue in #1394. That fix makes Ubuntu 22 use the online NVIDIA repository instead of the older driver embedded in the local CUDA repository, and selects GCC/G++ 12 for CUDA 12 driver builds. I validated it on Dataproc I have now merged #1394 into this PR and reverted While checking
|

Update the spark-rapids jar version after plugin release.
Verification
com.nvidia:rapids-4-spark_2.12:26.06.0is published in Maven metadata.bash -n spark-rapids/spark-rapids.sh.