-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
1, We'll drop cuda11 rapids-4-spark plugin jars starting from v25.08.0 at the end of August 2025.
2, We'll release all arm64 jars onto edge.urm instead of maven central, e.g.,
There're still some CUDA11 jars reference in this GitHub Repo, please help UPDATE the linkage of rapids-4-spark plugin jars after v25.08.0 release, thanks!
spark-rapids-container/Databricks/Dockerfile:ARG JAR_URL=https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/23.02.0/${JAR_FILE}
spark-rapids-container/Databricks/README.md:* `BASE_JAR_URL`: Specifies the Maven repository base to pull the JAR file from. This defaults to `https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12`. Use this if you want to pull the JAR file from a different Maven repository.
spark-rapids-container/Databricks/build.sh:BASE_JAR_URL=${BASE_JAR_URL:-"https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12"}
spark-rapids-container/k8s/Dockerfile: wget https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/$RAPIDS_VER/rapids-4-spark_2.12-$RAPIDS_VER-cuda11.jar.asc && \
spark-rapids-container/k8s/Dockerfile: wget https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/$RAPIDS_VER/rapids-4-spark_2.12-$RAPIDS_VER-cuda11.jar && \
nds/README.md:[spark-rapids jar](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/22.10.0/rapids-4-spark_2.12-22.10.0.jar)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working