Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: edits for hive.security.command.whitelist (thanks, Szehon)

...

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 is "set,reset,dfs,add,delete,compile" in Hive 0.13.0 or "set,reset,dfs,add,delete,compile,list" in Hive 0.14.0 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.

...