Repository: ambari Updated Branches: refs/heads/branch-2.4 f0de59fc7 -> 0675cbd5f refs/heads/trunk 92225d61d -> aff27a73e
AMBARI-17759. On Enabling Ranger plugin for hive-server interactive, plugin related required files are not created in hive2-conf (gautam) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0675cbd5 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0675cbd5 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0675cbd5 Branch: refs/heads/branch-2.4 Commit: 0675cbd5f8e10586e83e21ec093a6b6c0c111e18 Parents: f0de59f Author: Gautam Borad <[email protected]> Authored: Sat Jul 16 23:56:45 2016 +0530 Committer: Gautam Borad <[email protected]> Committed: Sun Jul 17 00:13:05 2016 +0530 ---------------------------------------------------------------------- .../0.12.0.2.0/package/scripts/setup_ranger_hive_interactive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/0675cbd5/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/setup_ranger_hive_interactive.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/setup_ranger_hive_interactive.py b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/setup_ranger_hive_interactive.py index eeb3031..0b5d5db 100644 --- a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/setup_ranger_hive_interactive.py +++ b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/setup_ranger_hive_interactive.py @@ -60,7 +60,7 @@ def setup_ranger_hive_interactive(upgrade_type = None): params.repo_name, params.hive_ranger_plugin_repo, params.ranger_env, params.ranger_plugin_properties, params.policy_user, params.policymgr_mgr_url, - params.enable_ranger_hive, conf_dict=params.hive_server_conf_dir, + params.enable_ranger_hive, conf_dict=params.hive_server_interactive_conf_dir, component_user=params.hive_user, component_group=params.user_group, cache_service_list=['hive-server2-hive2'], plugin_audit_properties=params.config['configurations']['ranger-hive-audit'], plugin_audit_attributes=params.config['configuration_attributes']['ranger-hive-audit'], plugin_security_properties=params.config['configurations']['ranger-hive-security'], plugin_security_attributes=params.config['configuration_attributes']['ranger-hive-security'],
