abstractdog commented on code in PR #5399: URL: https://github.com/apache/hive/pull/5399#discussion_r1745276667
########## common/src/java/org/apache/hadoop/hive/conf/HiveConf.java: ########## @@ -5138,6 +5138,15 @@ public static enum ConfVars { LLAP_WEBUI_SPNEGO_PRINCIPAL("hive.llap.webui.spnego.principal", "", "The LLAP WebUI SPNEGO service principal. Configured similarly to\n" + "hive.server2.webui.spnego.principal"), + HIVE_SERVER2_WEBUI_HTTP_COOKIE_MAX_AGE("hive.server2.ui.http.cookie.max.age", "86400s", Review Comment: this should go right after the other hs2 web ui options: https://github.com/apache/hive/blob/b13f529d944dc4c72d02d18e63757622985ada28/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java#L4018 -- 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