pan3793 commented on code in PR #6311:
URL: https://github.com/apache/kyuubi/pull/6311#discussion_r1566636028
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/server/KyuubiRestFrontendService.scala:
##########
@@ -116,6 +116,13 @@ class KyuubiRestFrontendService(override val serverable:
Serverable)
}
private def installWebUI(): Unit = {
+ if (!conf.get(FRONTEND_REST_ENABLE_WEBUI)) {
Review Comment:
prefer to judge on the caller's side to make this function clear. BTW, what
will happen if we don't inject the `enable.html` page?
--
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]