turboFei commented on code in PR #2762:
URL: https://github.com/apache/incubator-kyuubi/pull/2762#discussion_r884074154
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/server/KyuubiServer.scala:
##########
@@ -40,8 +41,10 @@ import org.apache.kyuubi.zookeeper.EmbeddedZookeeper
object KyuubiServer extends Logging {
private val zkServer = new EmbeddedZookeeper()
private[kyuubi] var kyuubiServer: KyuubiServer = _
+ @volatile private[kyuubi] var hadoopConf: Configuration = _
def startServer(conf: KyuubiConf): KyuubiServer = {
+ hadoopConf = KyuubiHadoopUtils.newHadoopConf(conf)
Review Comment:
Here is the entrance for UT.
--
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]