Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add "compile" to list of values for hive.security.command.whitelist (HIVE-5252)

...

  • Default Value: set,reset,dfs,add,delete,compile
  • Added In: Hive 0.13.0 with HIVE-5400 and HIVE-5252

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.

...