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
Hi,
We are trying to run TPC-DS queries on spark-sql-perf on Spark 3.1.
We tried in Databricks runtimes 7.3 LTS and 8.1.
We are using the JAR - spark-sql-perf_2.12-0.5.1-SNAPSHOT.jar
We are getting the following error:
Just wanted to mention that we are running the following code. Its runs fine of Databricks runtion 5.5 LTS (Spark 2.4) with the JAR spark-sql-perf_2.11-0.5.1-SNAPSHOT.jar.
import com.databricks.spark.sql.perf.tpcds.TPCDS
val tpcds = new TPCDS (sqlContext = sqlContext)
def queries = {
val filtered_queries = query_filter match {
case Seq() => tpcds.tpcds2_4Queries
case _ => tpcds.tpcds2_4Queries.filter(q => query_filter.contains(q.name))
}
if (randomizeQueries) scala.util.Random.shuffle(filtered_queries) else filtered_queries
}
Hi,
We are trying to run TPC-DS queries on spark-sql-perf on Spark 3.1.
We tried in Databricks runtimes 7.3 LTS and 8.1.
We are using the JAR - spark-sql-perf_2.12-0.5.1-SNAPSHOT.jar
We are getting the following error:
java.lang.NoSuchMethodError: org.apache.spark.sql.catalyst.analysis.UnresolvedRelation.tableIdentifier()Lorg/apache/spark/sql/catalyst/TableIdentifier;
logs.txt
Please find the detailed logs attached.
Would you be able to help with guidance on this issue.
Thanks and Regards
Saurav Chakraborty
The text was updated successfully, but these errors were encountered: