Skip to content

update the default spark-rapids version to 2512#1370

Merged
jayadeep-jayaraman merged 1 commit intoGoogleCloudDataproc:mainfrom
nvliyuan:rapids-2512
Dec 23, 2025
Merged

update the default spark-rapids version to 2512#1370
jayadeep-jayaraman merged 1 commit intoGoogleCloudDataproc:mainfrom
nvliyuan:rapids-2512

Conversation

@nvliyuan
Copy link
Copy Markdown
Contributor

Update the spark-rapids jar version after plugin release

Signed-off-by: liyuan <yuali@nvidia.com>
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @nvliyuan, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request performs a routine update of the default Spark-RAPIDS version used within the project. The change ensures that the system leverages the most recent Spark-RAPIDS plugin release, incorporating any new features, performance improvements, or bug fixes that come with version 25.12.0.

Highlights

  • Spark-RAPIDS Version Update: The default Spark-RAPIDS version has been updated from "25.10.0" to "25.12.0" to align with the latest plugin release.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the default Spark-RAPIDS version to 25.12.0. While the version update itself is correct, it highlights an existing issue where the script uses a hardcoded repository URL that does not contain this new version, which will lead to a download failure. A specific comment has been added to address this critical issue. Additionally, I've noticed significant code duplication between this script and gpu/install_gpu_driver.sh. Consolidating the logic could improve maintainability and prevent such inconsistencies in the future.


# Update SPARK RAPIDS config
readonly DEFAULT_SPARK_RAPIDS_VERSION="25.10.0"
readonly DEFAULT_SPARK_RAPIDS_VERSION="25.12.0"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

With this version update, the script will fail to download the Spark-RAPIDS JAR. The install_spark_rapids function uses a hardcoded nvidia_repo_url (https://repo1.maven.org/maven2/com/nvidia) which does not host versions newer than 24.02.0.

Newer versions, including 25.12.0, are available at a different repository. The gpu/install_gpu_driver.sh script contains logic to switch to https://edge.urm.nvidia.com/artifactory/sw-spark-maven/com/nvidia for newer Dataproc image versions.

To fix this, the install_spark_rapids function needs to be updated to use the correct repository URL for this new version. It would be best to adopt the dynamic URL selection logic present in gpu/install_gpu_driver.sh to make this script more robust for future version updates.

@nvliyuan nvliyuan marked this pull request as draft December 17, 2025 09:11
@nvliyuan nvliyuan marked this pull request as ready for review December 22, 2025 07:06
@nvliyuan
Copy link
Copy Markdown
Contributor Author

@cjac @jayadeep-jayaraman can you please help check? thx
CC @viadea @sameerz

@cjac
Copy link
Copy Markdown
Contributor

cjac commented Dec 23, 2025

/gcbrun

@jayadeep-jayaraman jayadeep-jayaraman merged commit 10c6cb2 into GoogleCloudDataproc:main Dec 23, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants