Repository: ambari Updated Branches: refs/heads/trunk 1253e9be0 -> c8e6754a3
AMBARI-17682. For hive and hbase two properties are present policy.grantrevoke.auth.users & policy.grant.revoke.auth.users (gborad via srimanth) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c8e6754a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c8e6754a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c8e6754a Branch: refs/heads/trunk Commit: c8e6754a3c40f4f158b6232b0fd9011065e38750 Parents: 1253e9b Author: Srimanth Gunturi <[email protected]> Authored: Wed Jul 13 17:44:20 2016 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Wed Jul 13 17:44:56 2016 -0700 ---------------------------------------------------------------------- .../HBASE/0.96.0.2.0/package/scripts/params_linux.py | 2 +- .../HIVE/0.12.0.2.0/package/scripts/params_linux.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c8e6754a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py index 0602d11..3226e0a 100644 --- a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py +++ b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py @@ -364,7 +364,7 @@ if has_ranger_admin: if stack_supports_ranger_kerberos and security_enabled: hbase_ranger_plugin_config['policy.download.auth.users'] = hbase_user hbase_ranger_plugin_config['tag.download.auth.users'] = hbase_user - hbase_ranger_plugin_config['policy.grant.revoke.auth.users'] = hbase_user + hbase_ranger_plugin_config['policy.grantrevoke.auth.users'] = hbase_user if stack_supports_ranger_kerberos: hbase_ranger_plugin_config['ambari.service.check.user'] = policy_user http://git-wip-us.apache.org/repos/asf/ambari/blob/c8e6754a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_linux.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_linux.py b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_linux.py index 571eebd..63a1100 100644 --- a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_linux.py +++ b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_linux.py @@ -692,7 +692,7 @@ if has_ranger_admin: if stack_supports_ranger_kerberos and security_enabled: hive_ranger_plugin_config['policy.download.auth.users'] = hive_user hive_ranger_plugin_config['tag.download.auth.users'] = hive_user - hive_ranger_plugin_config['policy.grant.revoke.auth.users'] = hive_user + hive_ranger_plugin_config['policy.grantrevoke.auth.users'] = hive_user if stack_supports_ranger_kerberos: hive_ranger_plugin_config['ambari.service.check.user'] = policy_user
