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

[BUG] Nightly CI failed with : 'dist/target/rapids-4-spark_2.12-22.06.0-SNAPSHOT.jar' not exists #5582

Closed
NvTimLiu opened this issue May 22, 2022 · 1 comment · Fixed by #5581
Assignees
Labels
bug Something isn't working

Comments

@NvTimLiu
Copy link
Collaborator

Describe the bug
Nightly CI failed with : 'dist/target/rapids-4-spark_2.12-22.06.0-SNAPSHOT.jar' not exists as below:

[INFO] 
[INFO] --- maven-install-plugin:2.4:install-file (default-cli) @ rapids-4-spark-parent ---
[ERROR] The specified file 'dist/target/rapids-4-spark_2.12-22.06.0-SNAPSHOT.jar' not exists
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for RAPIDS Accelerator for Apache Spark Root Project 22.06.0-SNAPSHOT:
[INFO] 
[INFO] RAPIDS Accelerator for Apache Spark Root Project ... FAILURE [  0.542 s]
[INFO] RAPIDS Accelerator for Apache Spark Common ......... SKIPPED
[INFO] RAPIDS Accelerator for Apache Spark SQL Plugin ..... SKIPPED
[INFO] RAPIDS Accelerator for Apache Spark Shuffle Plugin . SKIPPED
[INFO] RAPIDS Accelerator for Apache Spark Scala UDF Plugin SKIPPED
[INFO] RAPIDS Accelerator for Apache Spark Aggregator ..... SKIPPED
[INFO] RAPIDS Accelerator for Apache Spark Distribution ... SKIPPED
[INFO] rapids-4-spark-integration-tests_2.12 .............. SKIPPED
[INFO] RAPIDS Accelerator for Apache Spark Tests .......... SKIPPED
[INFO] rapids-4-spark-api-validation ...................... SKIPPED
[INFO] RAPIDS Accelerator for Apache Spark tools .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.269 s
[INFO] Finished at: 2022-05-22T05:19:02Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install-file (default-cli) on project rapids-4-spark-parent: The specified file 'dist/target/rapids-4-spark_2.12-22.06.0-SNAPSHOT.jar' not exists -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

@NvTimLiu NvTimLiu added bug Something isn't working ? - Needs Triage Need team to review and classify labels May 22, 2022
@NvTimLiu NvTimLiu self-assigned this May 22, 2022
@NvTimLiu
Copy link
Collaborator Author

As we do not generate dist extra-resource jar without cuda11 classifier after PR #5558,

The original dist/target/rapids-4-spark_2.12-22.06.0-SNAPSHOT.jar only contained extra extra-resources such as below, and they would be zipped into dist/target/rapids-4-spark_2.12-22.06.0-SNAPSHOT-cuda11.jar with zip update, see PR : #5558

/spark-rapids# ls dist/target/extra-resources/ -l
    drwxr-xr-x 4 root root 4096 May 22 07:48 META-INF
    -rw-r--r-- 1 root root  204 May 22 07:47 rapids4spark-version-info.properties

Change nightly CI script, deploy dist/target/rapids-4-spark_2.12-22.06.0-SNAPSHOT-cuda11.jar file instead

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants