difin commented on code in PR #5652: URL: https://github.com/apache/hive/pull/5652#discussion_r2015025082
########## common/src/java/org/apache/hadoop/hive/conf/HiveConf.java: ########## @@ -3979,6 +3979,7 @@ public static enum ConfVars { HIVE_SERVER2_WEBUI_BIND_HOST("hive.server2.webui.host", "0.0.0.0", "The host address the HiveServer2 WebUI will listen on"), HIVE_SERVER2_WEBUI_PORT("hive.server2.webui.port", 10002, "The port the HiveServer2 WebUI will listen on. This can be" + "set to 0 or a negative integer to disable the web UI"), + HIVE_SERVER2_HA_HEALTHCHECK_PORT("hive.server2.ha.healthcheck.port", 11002, "The port the HiveServer2 health-ha web app will listen on"), Review Comment: Done, and also renamed the new config to HIVE_SERVER2_ACTIVE_PASSIVE_HA_HEALTHCHECK_PORT -- 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