Skip to content

Commit

Permalink
Update rapids JNI and private dependency to 25.02.0-SNAPSHOT (#11772)
Browse files Browse the repository at this point in the history
To fix: https://github.com/NVIDIA/spark-rapids/issues/11755\nWait for the pre-merge CI job to SUCCEED

Signed-off-by: nvauto <[email protected]>
  • Loading branch information
nvauto authored Nov 27, 2024
1 parent 63d8165 commit 0bf85cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
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/11755
CUDF_VER=${CUDF_VER:-24.12}
CUDF_VER=${CUDF_VER:-25.02}
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 @@ -828,9 +828,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/11755 -->
<spark-rapids-jni.version>24.12.0-SNAPSHOT</spark-rapids-jni.version>
<spark-rapids-private.version>24.12.0-SNAPSHOT</spark-rapids-private.version>
<spark-rapids-jni.version>25.02.0-SNAPSHOT</spark-rapids-jni.version>
<spark-rapids-private.version>25.02.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 @@ -828,9 +828,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/11755 -->
<spark-rapids-jni.version>24.12.0-SNAPSHOT</spark-rapids-jni.version>
<spark-rapids-private.version>24.12.0-SNAPSHOT</spark-rapids-private.version>
<spark-rapids-jni.version>25.02.0-SNAPSHOT</spark-rapids-jni.version>
<spark-rapids-private.version>25.02.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

0 comments on commit 0bf85cb

Please sign in to comment.