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

[BUG] databricks 8.2 runtime build failed #3488

Closed
pxLi opened this issue Sep 15, 2021 · 1 comment · Fixed by #3489
Closed

[BUG] databricks 8.2 runtime build failed #3488

pxLi opened this issue Sep 15, 2021 · 1 comment · Fixed by #3489
Assignees
Labels
bug Something isn't working build Related to CI / CD or cleanly building P0 Must have for release

Comments

@pxLi
Copy link
Collaborator

pxLi commented Sep 15, 2021

Describe the bug

[2021-09-15T02:02:15.523Z] [INFO] --- scala-maven-plugin:3.4.4:compile (scala-compile-first) @ rapids-4-spark-shims-spark311db_2.12 ---
[2021-09-15T02:02:15.523Z] [INFO] Using incremental compilation
[2021-09-15T02:02:15.523Z] [WARNING] Pruning sources from previous analysis, due to incompatible CompileSetup.
[2021-09-15T02:02:15.523Z] [INFO] Compiling 24 Scala sources to /home/ubuntu/spark-rapids/shims/spark311db/target/classes...
[2021-09-15T02:02:16.444Z] [ERROR] /home/ubuntu/spark-rapids/shims/spark311db/src/main/scala/com/nvidia/spark/rapids/shims/spark311db/Spark311dbShims.scala:26: class Spark311dbShims needs to be abstract, since:
[2021-09-15T02:02:16.445Z] it has 2 unimplemented members.
[2021-09-15T02:02:16.445Z] /** As seen from class Spark311dbShims, the missing signatures are as follows.
[2021-09-15T02:02:16.445Z]  *  For convenience, these are usable as stub implementations.
[2021-09-15T02:02:16.445Z]  */
[2021-09-15T02:02:16.445Z]   def findOperators(plan: org.apache.spark.sql.execution.SparkPlan,predicate: org.apache.spark.sql.execution.SparkPlan => Boolean): Seq[org.apache.spark.sql.execution.SparkPlan] = ???
[2021-09-15T02:02:16.445Z]   def skipAssertIsOnTheGpu(plan: org.apache.spark.sql.execution.SparkPlan): Boolean = ???
[2021-09-15T02:02:16.445Z] 
[2021-09-15T02:02:16.445Z] [ERROR] class Spark311dbShims extends SparkBaseShims {
[2021-09-15T02:02:16.445Z] [ERROR]       ^
[2021-09-15T02:02:16.445Z] [ERROR] one error found
[2021-09-15T02:02:16.445Z] [INFO] ------------------------------------------------------------------------
[2021-09-15T02:02:16.445Z] [INFO] Reactor Summary for RAPIDS Accelerator for Apache Spark Root Project 21.10.0-SNAPSHOT:
[2021-09-15T02:02:16.445Z] [INFO] 
[2021-09-15T02:02:16.445Z] [INFO] RAPIDS Accelerator for Apache Spark Root Project ... SUCCESS [  5.854 s]
[2021-09-15T02:02:16.445Z] [INFO] RAPIDS Accelerator for Apache Spark SQL Plugin ..... SUCCESS [01:02 min]
[2021-09-15T02:02:16.445Z] [INFO] RAPIDS Accelerator for Apache Spark Shuffle Plugin . SUCCESS [  0.981 s]
[2021-09-15T02:02:16.445Z] [INFO] RAPIDS Accelerator for Apache Spark SQL Plugin Shims SUCCESS [  0.386 s]
[2021-09-15T02:02:16.445Z] [INFO] RAPIDS Accelerator for Apache Spark SQL Plugin Spark 3.1.1 Databricks Shim FAILURE [  1.116 s]
[2021-09-15T02:02:16.445Z] [INFO] RAPIDS Accelerator for Apache Spark Scala UDF Plugin SKIPPED
[2021-09-15T02:02:16.445Z] [INFO] RAPIDS Accelerator for Apache Spark Aggregator ..... SKIPPED
[2021-09-15T02:02:16.445Z] [INFO] RAPIDS Accelerator for Apache Spark Distribution ... SKIPPED
[2021-09-15T02:02:16.445Z] [INFO] RAPIDS Accelerator for Apache Spark UDF Examples ... SKIPPED
[2021-09-15T02:02:16.445Z] [INFO] RAPIDS Accelerator for Apache Spark Tests .......... SKIPPED
[2021-09-15T02:02:16.445Z] [INFO] rapids-4-spark-integration-tests_2.12 .............. SKIPPED
[2021-09-15T02:02:16.445Z] [INFO] ------------------------------------------------------------------------
[2021-09-15T02:02:16.445Z] [INFO] BUILD FAILURE
[2021-09-15T02:02:16.445Z] [INFO] ------------------------------------------------------------------------
[2021-09-15T02:02:16.445Z] [INFO] Total time:  01:10 min
[2021-09-15T02:02:16.445Z] [INFO] Finished at: 2021-09-15T02:03:40Z
[2021-09-15T02:02:16.445Z] [INFO] ------------------------------------------------------------------------
[2021-09-15T02:02:16.445Z] [ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:3.4.4:compile (scala-compile-first) on project rapids-4-spark-shims-spark311db_2.12: Execution scala-compile-first of goal net.alchim31.maven:scala-maven-plugin:3.4.4:compile failed. CompileFailed -> [Help 1]
@pxLi pxLi added bug Something isn't working build Related to CI / CD or cleanly building labels Sep 15, 2021
@tgravescs
Copy link
Collaborator

likely introduced by #3377. looks like add 301db but not 311db shim

@tgravescs tgravescs added the P0 Must have for release label Sep 15, 2021
@tgravescs tgravescs self-assigned this Sep 15, 2021
@sameerz sameerz added this to the Sep 13 - Sep 24 milestone Sep 15, 2021
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 P0 Must have for release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants