Skip to content

Commit

Permalink
Update rapids JNI and private dependency to 24.12.0-SNAPSHOT
Browse files Browse the repository at this point in the history
To fix: https://github.com/NvTimLiu/spark-rapids/issues/132\nWait for the pre-merge CI job to SUCCEED

Signed-off-by: nvauto <[email protected]>
  • Loading branch information
nvauto committed Sep 25, 2024
1 parent c016fd4 commit 87bee2a
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/NvTimLiu/spark-rapids/issues/132
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/NvTimLiu/spark-rapids/issues/132 -->
<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/NvTimLiu/spark-rapids/issues/132 -->
<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 87bee2a

Please sign in to comment.