deniskuzZ commented on code in PR #5652:
URL: https://github.com/apache/hive/pull/5652#discussion_r2017038261


##########
common/src/java/org/apache/hive/http/HttpServer.java:
##########
@@ -136,6 +136,11 @@ public class HttpServer {
 
 
   private final String name;
+  /**
+   * The list of web application contexts associated with the server.
+   * The first web application context at index 0 is the default context added 
during web server creation.

Review Comment:
   wouldn't it be better to define an instance var for the `default` / `root` 
WebAppContext`? maybe not, just asking



-- 
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: gitbox-unsubscr...@hive.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to