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


##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -3856,6 +3856,10 @@ 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",
 "0",
+        new TimeValidator(TimeUnit.MILLISECONDS),
+        "Interval at which HiveServer2 WebUI checks the SSL keystore file for 
changes; " +
+        "set to 0 to disable auto-reload. The default is 0."),

Review Comment:
   `The default is 0` in description seems redundant



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