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


##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -3856,6 +3856,9 @@ public static enum ConfVars {
         "SSL certificate keystore location for HiveServer2 WebUI."),
     
HIVE_SERVER2_WEBUI_SSL_KEYSTORE_PASSWORD("hive.server2.webui.keystore.password",
 "",
         "SSL certificate keystore password for HiveServer2 WebUI."),
+    
HIVE_SERVER2_WEBUI_SSL_KEYSTORE_RELOAD_INTERVAL("hive.server2.webui.keystore.reload.interval",
 "60s",
+        new TimeValidator(TimeUnit.MILLISECONDS),
+        "The refresh interval used to check if either of the keystore 
certificate file has changed."),

Review Comment:
   @magnuma3 , should we extend description with note, set to 0 to disable 
auto-reload and maybe keep disabled by default?



-- 
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]

Reply via email to