Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 18F06200B54 for ; Thu, 14 Jul 2016 02:45:53 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1780E160A6E; Thu, 14 Jul 2016 00:45:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6151A160A6A for ; Thu, 14 Jul 2016 02:45:52 +0200 (CEST) Received: (qmail 69642 invoked by uid 500); 14 Jul 2016 00:45:51 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 69632 invoked by uid 99); 14 Jul 2016 00:45:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2016 00:45:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 62C56E04BE; Thu, 14 Jul 2016 00:45:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: srimanth@apache.org To: commits@ambari.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-17682. For hive and hbase two properties are present policy.grantrevoke.auth.users & policy.grant.revoke.auth.users (gborad via srimanth) Date: Thu, 14 Jul 2016 00:45:51 +0000 (UTC) archived-at: Thu, 14 Jul 2016 00:45:53 -0000 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 Authored: Wed Jul 13 17:44:20 2016 -0700 Committer: Srimanth Gunturi 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