THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
- 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 Hive 0.14.0 to include "list" .with HIVE-7592
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.
...