turboFei commented on code in PR #2353:
URL: https://github.com/apache/incubator-kyuubi/pull/2353#discussion_r850427690
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/session/KyuubiSessionManager.scala:
##########
@@ -37,6 +41,8 @@ class KyuubiSessionManager private (name: String) extends
SessionManager(name) {
val credentialsManager = new HadoopCredentialsManager()
// this lazy is must be specified since the conf is null when the class
initialization
lazy val sessionConfAdvisor: SessionConfAdvisor =
PluginLoader.loadSessionConfAdvisor(conf)
+ lazy val staticBatchSecretId: UUID = conf.get(BATCH_STATIC_SECRET_ID)
Review Comment:
yes, we can define a static UUID string for multiple kyuubi server instances.
--
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]