[X] I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
dbt throws error when spark thrift uses GPU (Rapids)
Expected Behavior
When attempting to use dbt run with Spark Thrift that utilizes the Rapids library, the following error occurs:
org.apache.hive.service.cli.HiveSQLException: Error running query: java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: com/nvidia/spark/rapids/RuleNotFoundExprMeta
at org.apache.spark.sql.hive.thriftserver.HiveThriftServerErrors$.runningQueryError(HiveThriftServerErrors.scala:46)
Steps To Reproduce
My Environment Details:
DBT version : 1.8.3
Spark version : 3.5.0
Rapids : rapids-4-spark_2.12-23.12.0.jar
When i make dbt model and run in spark thrift with rapids library, such error occurred
Is this a new bug in dbt-core?
Current Behavior
dbt throws error when spark thrift uses GPU (Rapids)
Expected Behavior
When attempting to use dbt run with Spark Thrift that utilizes the Rapids library, the following error occurs: org.apache.hive.service.cli.HiveSQLException: Error running query: java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: com/nvidia/spark/rapids/RuleNotFoundExprMeta at org.apache.spark.sql.hive.thriftserver.HiveThriftServerErrors$.runningQueryError(HiveThriftServerErrors.scala:46)
Steps To Reproduce
My Environment Details:
DBT version : 1.8.3 Spark version : 3.5.0 Rapids : rapids-4-spark_2.12-23.12.0.jar
When i make dbt model and run in spark thrift with rapids library, such error occurred
Relevant log output
Environment
Which database adapter are you using with dbt?
spark
Additional Context
I posted the issue somewhere else by mistake before, so I'm attaching it again. [dbt not support rapids spark] (https://github.com/dbt-labs/docs.getdbt.com/issues/6102#issue-2537608927)