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] Build failure on Databricks nightly run with GpuMapInPandasExecMeta #10359

Closed
mythrocks opened this issue Feb 1, 2024 · 0 comments · Fixed by #10355
Closed

[BUG] Build failure on Databricks nightly run with GpuMapInPandasExecMeta #10359

mythrocks opened this issue Feb 1, 2024 · 0 comments · Fixed by #10355
Labels
bug Something isn't working build Related to CI / CD or cleanly building

Comments

@mythrocks
Copy link
Collaborator

From the Databricks build log:

01:49:20  [ERROR] /home/ubuntu/spark-rapids/sql-plugin/src/main/scala/com/nvidia/spark/rapids/GpuOverrides.scala:70: object GpuMapInPandasExecMeta is not a member of package org.apache.spark.sql.rapids.shims
01:49:20  [ERROR] import org.apache.spark.sql.rapids.shims.{GpuAscii, GpuMapInPandasExecMeta, GpuTimeAdd}
01:49:20  [ERROR]        ^
01:49:22  [ERROR] /home/ubuntu/spark-rapids/sql-plugin/src/main/scala/com/nvidia/spark/rapids/GpuOverrides.scala:4356: not found: type GpuMapInPandasExecMeta
01:49:22  [ERROR]       (mapPy, conf, p, r) => new GpuMapInPandasExecMeta(mapPy, conf, p, r)),
01:49:22  [ERROR]                                  ^
01:49:23  [ERROR] /home/ubuntu/spark-rapids/sql-plugin/src/main/scala/com/nvidia/spark/rapids/GpuOverrides.scala:70: Unused import
01:49:23  [ERROR] import org.apache.spark.sql.rapids.shims.{GpuAscii, GpuMapInPandasExecMeta, GpuTimeAdd}
01:49:23  [ERROR]                                                     ^
01:49:25  + SPARK_PLUGIN_JAR_VERSION=24.04.0-SNAPSHOT
01:49:25  ++ mvn -Dmaven.wagon.http.retryHandler.count=3 help:evaluate -q -pl dist -Dexpression=scala.binary.version -DforceStdout
01:49:26  + SCALA_VERSION=2.12
01:49:26  ++ mvn -Dmaven.wagon.http.retryHandler.count=3 help:evaluate -q -pl dist -Dexpression=cuda.version -DforceStdout
01:49:26  [ERROR] /home/ubuntu/spark-rapids/sql-plugin/src/main/scala/com/nvidia/spark/rapids/GpuOverrides.scala:70: object GpuMapInPandasExecMeta is not a member of package org.apache.spark.sql.rapids.shims
01:49:26  [ERROR] import org.apache.spark.sql.rapids.shims.{GpuAscii, GpuMapInPandasExecMeta, GpuTimeAdd}
01:49:26  [ERROR]        ^
01:49:27  + CUDA_VERSION=cuda11
01:49:27  + RAPIDS_BUILT_JAR=rapids-4-spark_2.12-24.04.0-SNAPSHOT.jar
01:49:27  + SKIP_DEP_INSTALL=0
01:49:27  + export M2DIR=/home/ubuntu/.m2/repository
01:49:27  + M2DIR=/home/ubuntu/.m2/repository
01:49:27  + WITH_DEFAULT_UPSTREAM_SHIM=1
01:49:27  + printf '+ %*s +\n' 100 ''
01:49:27  + tr ' ' =

Seems to be an issue with shimming.

@mythrocks mythrocks added bug Something isn't working ? - Needs Triage Need team to review and classify build Related to CI / CD or cleanly building labels Feb 1, 2024
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Feb 2, 2024
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 a pull request may close this issue.

2 participants