GitHub user FANNG1 added a comment to the discussion: How to configure SparkSQL to access the Hive catalog in Gravitino?
There are known limitations for using `spark-sql` client to query hive tables in Gravitino, you could try to set `spark.bypass.spark.sql.hive.metastore.jars` in Hive catalog properties, see: https://gravitino.apache.org/docs/1.0.0/spark-connector/spark-catalog-hive/#catalog-properties , or use `spark-shell` instead. GitHub link: https://github.com/apache/gravitino/discussions/9161#discussioncomment-14996389 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
