pan3793 commented on issue #6890: URL: https://github.com/apache/kyuubi/issues/6890#issuecomment-2589046506
I just noticed you are using the client mode, the KSHC workaround only takes effect on cluster mode. the key points - `hive.metastore.uris` should point to your local HMS - `spark.sql.catalog.hive_catalog.hive.metastore.uris` should point to your remote HMS - using cluster mode turn on spark's debug logs, and monitor your `spark-submit` logs with keywords: ``` Getting Hive delegation token for ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
