You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Prasad Mujumdar (JIRA)" <ji...@apache.org> on 2013/06/17 10:18:19 UTC

[jira] [Created] (HIVE-4741) Add Hive config API to modify the restrict list

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