deniskuzZ commented on code in PR #5319: URL: https://github.com/apache/hive/pull/5319#discussion_r1890125708
########## common/src/java/org/apache/hadoop/hive/conf/HiveConf.java: ########## @@ -4508,7 +4508,7 @@ public static enum ConfVars { "If enabled, HiveServer2 will block any requests made to it over http " + "if an X-CSRF-TOKEN header is not present"), HIVE_SECURITY_COMMAND_WHITELIST("hive.security.command.whitelist", - "set,reset,dfs,add,list,delete,reload,compile,llap", + "set,reset,dfs,add,list,delete,reload,compile,llap,processlist", Review Comment: can we return extra details like query string for admin users? could be in the follow-up PR -- 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