saihemanth-cloudera commented on code in PR #5319:
URL: https://github.com/apache/hive/pull/5319#discussion_r1737293934


##########
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:
   IMO, this command should only be executed by admin users. Other users should 
be restricted from running this command.



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

Reply via email to