Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update security.command.whitelist to include List due to HIVE-7592

...

  • Default Value: set,reset,dfs,add,delete,compile,list
  • Added In: Hive 0.13.0 with HIVE-5400 and HIVE-5252
  • Changed in HIVE-7592 to include "list".

Comma separated list of non-SQL Hive commands that users are authorized to execute. This can be used to restrict the set of authorized commands. The currently supported command list is "set,reset,dfs,add,delete,compile" and by default all these commands are authorized. To restrict any of these commands, set hive.security.command.whitelist to a value that does not have the command in it.

...