pan3793 commented on code in PR #6311:
URL: https://github.com/apache/kyuubi/pull/6311#discussion_r1566634753
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -626,6 +626,13 @@ object KyuubiConf {
.timeConf
.createWithDefaultString("PT5S")
+ val FRONTEND_REST_ENABLE_WEBUI: ConfigEntry[Boolean] =
+ buildConf("kyuubi.frontend.rest.enable.webui")
+ .doc("If set to false then web ui will disabled when RESTful protocol is
enabled")
Review Comment:
```suggestion
buildConf("kyuubi.frontend.rest.ui.enabled")
.doc("Whether to enable Web UI when RESTful protocol is enabled")
```
--
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]