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

Quick fix for the build script failure of Scala 2.13 jars [skip ci] #11617

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

NvTimLiu
Copy link
Collaborator

To fix the nightly build CI error:

mv: cannot stat 'dist/target/rapids-4-spark_2.13-24.12.0-SNAPSHOT-cuda12.jar': No such file or directory

To follow up the bug in #11608

To fix the nightly build CI error:
    mv: cannot stat 'dist/target/rapids-4-spark_2.13-24.12.0-SNAPSHOT-cuda12.jar': No such file or directory

To follow up the bug in NVIDIA#11608

Signed-off-by: timl <[email protected]>
@NvTimLiu NvTimLiu added bug Something isn't working build Related to CI / CD or cleanly building labels Oct 17, 2024
@NvTimLiu NvTimLiu self-assigned this Oct 17, 2024
@NvTimLiu
Copy link
Collaborator Author

Build/deploy 2.13 jars with the jenkins/spark-nightly-build.sh got PASS locally

Skip CI as this pre-merge CI can not cover this change

[INFO] Installing /home/timl/work.d/spark-rapids/scala2.13/tools/pom.xml to /home/timl/.m2/repository/com/nvidia/rapids-4-spark-tools-support/24.12.0-SNAPSHOT/rapids-4-spark-tools-support-24.12.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for RAPIDS Accelerator for Apache Spark Root Project 24.12.0-SNAPSHOT:
[INFO] 
[INFO] RAPIDS Accelerator for Apache Spark Root Project ... SUCCESS [  4.610 s]
[INFO] rapids-4-spark-jdk-profiles_2.13 ................... SUCCESS [  1.737 s]
[INFO] rapids-4-spark-shim-deps-parent_2.13 ............... SUCCESS [  1.621 s]
[INFO] rapids-4-spark-sql-plugin-api_2.13 ................. SUCCESS [  5.647 s]
[INFO] RAPIDS Accelerator for Apache Spark SQL Plugin ..... SUCCESS [ 11.536 s]
[INFO] RAPIDS Accelerator for Apache Spark Shuffle Plugin . SUCCESS [  5.102 s]
[INFO] RAPIDS Accelerator for Apache Spark Scala UDF Plugin SUCCESS [  5.117 s]
[INFO] RAPIDS Accelerator for Apache Spark Delta Lake 2.1.x Support SUCCESS [  5.211 s]
[INFO] RAPIDS Accelerator for Apache Spark Delta Lake 2.2.x Support SUCCESS [  5.160 s]
[INFO] RAPIDS Accelerator for Apache Spark Delta Lake 2.3.x Support SUCCESS [  5.116 s]
[INFO] RAPIDS Accelerator for Apache Spark Aggregator ..... SUCCESS [  3.975 s]
[INFO] Data Generator ..................................... SUCCESS [  2.908 s]
[INFO] UDFs implemented in SQL/Dataframe .................. SUCCESS [  3.922 s]
[INFO] rapids-4-spark-integration-tests_2.13 .............. SUCCESS [ 10.375 s]
[INFO] RAPIDS Accelerator for Apache Spark Tests .......... SUCCESS [  5.779 s]
[INFO] RAPIDS Accelerator for Apache Spark Tools Support .. SUCCESS [  4.771 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:22 min
[INFO] Finished at: 2024-10-17T10:46:25+08:00
[INFO] ------------------------------------------------------------------------
+ jenkins/printJarVersion.sh SPARKVersion /home/timl/.m2/repository//org/apache/spark/spark-core_2.12/3.2.0 spark-core_2.12-3.2.0 .jar snapshots
SPARKVersion=spark-core_2.12-3.2.0.jar

@NvTimLiu
Copy link
Collaborator Author

build

@pxLi pxLi merged commit 52c91d3 into NVIDIA:branch-24.12 Oct 17, 2024
46 checks passed
Copy link
Collaborator

@revans2 revans2 left a comment

Choose a reason for hiding this comment

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

Looks good to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants