zhouyifan279 commented on a change in pull request #1074:
URL: https://github.com/apache/incubator-kyuubi/pull/1074#discussion_r706964796
##########
File path:
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala
##########
@@ -272,6 +272,19 @@ object KyuubiConf {
.booleanConf
.createWithDefault(true)
+ val CREDENTIALS_HIVE_EXTRA_METASTORE_URIS: ConfigEntry[Seq[String]] =
Review comment:
Kyuubi administrator can set this conf to let kyuubi renew token for
extra Hive metastore servers, which are not in hive-site.xml.
Without this, if user specified any other Hive metastore server in JDBC url,
kyuubi engine can not access it after the initial token expires.
--
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]