Repository: ambari Updated Branches: refs/heads/branch-2.4 adea31fc0 -> 9168b1afd
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/9168b1af Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9168b1af Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9168b1af Branch: refs/heads/branch-2.4 Commit: 9168b1afd3eeb3bebe4a99d4e01c8b18c95505b2 Parents: adea31f 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:20 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/9168b1af/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 6d304d4..145c216 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 @@ -357,7 +357,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/9168b1af/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
