You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After we introduced a cuda classifier for the dist artifact, we forgot to change the code that updates the jar with the reduced pom because the target of the update was not updated with the classifier.
Moreover it results in the creation of a quasi-empty non-functional rapids-4-spark_2.12-22.06.0-SNAPSHOT.jar
0 Thu May 19 16:26:46 PDT 2022 META-INF/
0 Thu May 19 16:26:46 PDT 2022 META-INF/maven/
0 Thu May 19 16:26:46 PDT 2022 META-INF/maven/com.nvidia/
0 Thu May 19 16:26:46 PDT 2022 META-INF/maven/com.nvidia/rapids-4-spark_2.12/
0 Thu May 19 16:26:30 PDT 2022 META-INF/services/
18541 Thu May 19 18:10:26 PDT 2022 META-INF/maven/com.nvidia/rapids-4-spark_2.12/pom.xml
64 Thu May 19 18:10:22 PDT 2022 META-INF/services/com.nvidia.spark.rapids.SparkShimServiceProvider
202 Thu May 19 18:10:10 PDT 2022 rapids4spark-version-info.properties
that may confuse the user to create doomed-to-fail deployments.
Describe the bug
After we introduced a cuda classifier for the dist artifact, we forgot to change the code that updates the jar with the reduced pom because the target of the update was not updated with the classifier.
Moreover it results in the creation of a quasi-empty non-functional
rapids-4-spark_2.12-22.06.0-SNAPSHOT.jar
that may confuse the user to create doomed-to-fail deployments.
Steps/Code to reproduce bug
Expected behavior
Build should emit a single artifact with the updated pom
rapids-4-spark_<scala.version>-<rapids.version>-cudaXY.jar
Environment details (please complete the following information)
Additional context
#5249
The text was updated successfully, but these errors were encountered: