Skip to content
New issue

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

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

Already on GitHub? # to your account

Update JNI and private dep version to 24.02.0-SNAPSHOT [databricks] #9812

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion jenkins/databricks/init_cudf_udf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

set -ex

CUDF_VER=${CUDF_VER:-23.12} # TODO: https://github.com/NVIDIA/spark-rapids/issues/9715
CUDF_VER=${CUDF_VER:-24.02}
CUDA_VER=${CUDA_VER:-11.8}

# Need to explicitly add conda into PATH environment, to activate conda environment.
Expand Down
2 changes: 1 addition & 1 deletion jenkins/version-def.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for VAR in $OVERWRITE_PARAMS; do
done
IFS=$PRE_IFS

CUDF_VER=${CUDF_VER:-"23.12.0-SNAPSHOT"} # TODO: https://github.com/NVIDIA/spark-rapids/issues/9715
CUDF_VER=${CUDF_VER:-"24.02.0-SNAPSHOT"}
CUDA_CLASSIFIER=${CUDA_CLASSIFIER:-"cuda11"}
PROJECT_VER=${PROJECT_VER:-"24.02.0-SNAPSHOT"}
PROJECT_TEST_VER=${PROJECT_TEST_VER:-"24.02.0-SNAPSHOT"}
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -635,9 +635,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/9715 -->
<spark-rapids-jni.version>23.12.0-SNAPSHOT</spark-rapids-jni.version>
<spark-rapids-private.version>23.12.0-SNAPSHOT</spark-rapids-private.version>
<spark-rapids-jni.version>24.02.0-SNAPSHOT</spark-rapids-jni.version>
<spark-rapids-private.version>24.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 @@ -635,9 +635,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/9715 -->
<spark-rapids-jni.version>23.12.0-SNAPSHOT</spark-rapids-jni.version>
<spark-rapids-private.version>23.12.0-SNAPSHOT</spark-rapids-private.version>
<spark-rapids-jni.version>24.02.0-SNAPSHOT</spark-rapids-jni.version>
<spark-rapids-private.version>24.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