FANNG1 commented on code in PR #101: URL: https://github.com/apache/gravitino-playground/pull/101#discussion_r1830527849
########## init/spark/spark-defaults.conf: ########## @@ -27,5 +27,5 @@ spark.sql.catalog.catalog_rest.type rest spark.sql.catalog.catalog_rest.uri http://gravitino:9001/iceberg/ spark.locality.wait.node 0 spark.sql.warehouse.dir hdfs://hive:9000/user/hive/warehouse -spark.sql.hive.metastore.jars path -spark.sql.hive.metastore.jars.path file:///opt/spark/jars/* +spark.sql.catalog.catalog_hive.spark.sql.hive.metastore.jars path Review Comment: It's a spark option to bypass the problems that spark-sql client querying multi catalogs, see https://github.com/apache/kyuubi/issues/6362 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
