Prasad Mujumdar created HIVE-4741: ------------------------------------- Summary: Add Hive config API to modify the restrict list Key: HIVE-4741 URL: https://issues.apache.org/jira/browse/HIVE-4741 Project: Hive Issue Type: Improvement Affects Versions: 0.11.0 Reporter: Prasad Mujumdar Assignee: Prasad Mujumdar Fix For: 0.12.0
HiveConf supports a restrict list configuration which is a black list of configurations that can be modified through the 'set x=y'. This is especially useful for HiveServer2 to restrict clients from overriding some of server configurations. Currently the restrict list value can't be changed after the HiveConf object is instantiated. It would be useful for custom code like Hooks to have a way to be able to update that setting. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira