difin commented on code in PR #5652:
URL: https://github.com/apache/hive/pull/5652#discussion_r2010244695
##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -3979,6 +3979,8 @@ 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_HEALTH_HA_PORT("hive.server2.health.ha.port", 11002, "The
port the HiveServer2 health-ha web app will listen on. This can be"
Review Comment:
I added "HA" that to empathize that it is HA health check.
It is used only when HS2 is in active-passive-HA mode.
--
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]