Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rapids JNI and private dependency to 24.12.0-SNAPSHOT [skip ci] #11542

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions jenkins/databricks/init_cudf_udf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@

set -ex

# TODO: https://github.com/NVIDIA/spark-rapids/issues/11492
CUDF_VER=${CUDF_VER:-24.10}
CUDF_VER=${CUDF_VER:-24.12
Copy link
Collaborator

Choose a reason for hiding this comment

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

right }

CUDA_VER=${CUDA_VER:-11.8}

# Need to explicitly add conda into PATH environment, to activate conda environment.
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -722,9 +722,8 @@
<spark.version.classifier>spark${buildver}</spark.version.classifier>
<cuda.version>cuda11</cuda.version>
<jni.classifier>${cuda.version}</jni.classifier>
<!-- TODO: https://github.com/NVIDIA/spark-rapids/issues/11492 -->
<spark-rapids-jni.version>24.10.0-SNAPSHOT</spark-rapids-jni.version>
<spark-rapids-private.version>24.10.0-SNAPSHOT</spark-rapids-private.version>
<spark-rapids-jni.version>24.12.0-SNAPSHOT</spark-rapids-jni.version>
<spark-rapids-private.version>24.12.0-SNAPSHOT</spark-rapids-private.version>
<scala.binary.version>2.12</scala.binary.version>
<alluxio.client.version>2.8.0</alluxio.client.version>
<scala.recompileMode>incremental</scala.recompileMode>
Expand Down
5 changes: 2 additions & 3 deletions scala2.13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -722,9 +722,8 @@
<spark.version.classifier>spark${buildver}</spark.version.classifier>
<cuda.version>cuda11</cuda.version>
<jni.classifier>${cuda.version}</jni.classifier>
<!-- TODO: https://github.com/NVIDIA/spark-rapids/issues/11492 -->
<spark-rapids-jni.version>24.10.0-SNAPSHOT</spark-rapids-jni.version>
<spark-rapids-private.version>24.10.0-SNAPSHOT</spark-rapids-private.version>
<spark-rapids-jni.version>24.12.0-SNAPSHOT</spark-rapids-jni.version>
<spark-rapids-private.version>24.12.0-SNAPSHOT</spark-rapids-private.version>
<scala.binary.version>2.13</scala.binary.version>
<alluxio.client.version>2.8.0</alluxio.client.version>
<scala.recompileMode>incremental</scala.recompileMode>
Expand Down