You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/03/08 10:18:17 UTC

[GitHub] [incubator-kyuubi] yaooqinn commented on a change in pull request #2061: Implementation of the very basic UI on current Jetty server

yaooqinn commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-kyuubi/pull/2061#discussion_r821520387



##########
File path: kyuubi-server/src/main/scala/org/apache/kyuubi/server/KyuubiRestFrontendService.scala
##########
@@ -39,7 +40,10 @@ class KyuubiRestFrontendService(override val serverable: Serverable)
   override def initialize(conf: KyuubiConf): Unit = synchronized {
     val host = conf.get(FRONTEND_REST_BIND_HOST)
       .getOrElse(Utils.findLocalInetAddress.getHostName)
-    server = JettyServer(getName, host, conf.get(FRONTEND_REST_BIND_PORT))

Review comment:
       this is unnecessary




-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org