Skip to content

Commit

Permalink
Update rapids JNI and private dependency to 24.12.0-SNAPSHOT [skip ci] (
Browse files Browse the repository at this point in the history
#11542)

* Update rapids JNI and private dependency to 24.12.0-SNAPSHOT

To fix: https://github.com/NVIDIA/spark-rapids/issues/11492\nWait for the pre-merge CI job to SUCCEED

Signed-off-by: nvauto <[email protected]>

* Fix the missing '}'

Signed-off-by: timl <[email protected]>

---------

Signed-off-by: nvauto <[email protected]>
Signed-off-by: timl <[email protected]>
Co-authored-by: timl <[email protected]>
  • Loading branch information
nvauto and NvTimLiu authored Sep 30, 2024
1 parent 6692d17 commit 2036f16
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/11492
CUDF_VER=${CUDF_VER:-24.10}
CUDF_VER=${CUDF_VER:-24.12}
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

0 comments on commit 2036f16

Please sign in to comment.