FANNG1 commented on issue #4932:
URL: https://github.com/apache/gravitino/issues/4932#issuecomment-2369796185
> First of all, the spark.bypass.spark.sql.hive.metastore.jars setting is
already set to builtin.
`spark.bypass.spark.sql.hive.metastore.jars` should be set to the values
other than `buildin`, like
```
"spark.bypass.spark.sql.hive.metastore.jars":"path",
"spark.bypass.spark.sql.hive.metastore.jars.path":"file:///xx/hive/lib/*"
```
> The root cause is that hive.metastore.uris is set to test2 hive metastore
in hive-site.xml. I deleted that setting and checked that it is queried
normally when querying with spark-shell.
Is `hive.metastore.uris` a final setting in `hive-site.xml`?
--
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]