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 8F268200BE7 for ; Mon, 5 Dec 2016 21:23:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8E0D1160B09; Mon, 5 Dec 2016 20:23:12 +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 8CC27160B33 for ; Mon, 5 Dec 2016 21:23:11 +0100 (CET) Received: (qmail 7960 invoked by uid 500); 5 Dec 2016 20:23:10 -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 7714 invoked by uid 99); 5 Dec 2016 20:23:10 -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; Mon, 05 Dec 2016 20:23:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 76FC4EEE2F; Mon, 5 Dec 2016 20:23:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jonathanhurley@apache.org To: commits@ambari.apache.org Date: Mon, 05 Dec 2016 20:23:22 -0000 Message-Id: <014e3f43d1a9467499f473d029e24d17@git.apache.org> In-Reply-To: <5e78aaab374c4a4aae199233a4ae2e5c@git.apache.org> References: <5e78aaab374c4a4aae199233a4ae2e5c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [13/14] ambari git commit: AMBARI-19036. Add default roles to auto created views. (Ashwin Rajeev via dipayanb) archived-at: Mon, 05 Dec 2016 20:23:12 -0000 AMBARI-19036. Add default roles to auto created views. (Ashwin Rajeev via dipayanb) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8fbc2718 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8fbc2718 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8fbc2718 Branch: refs/heads/branch-feature-AMBARI-18456 Commit: 8fbc2718e65a3771a6af9acc48f1b06d13c32bd4 Parents: b2d2ef1 Author: Dipayan Bhowmick Authored: Tue Dec 6 01:01:43 2016 +0530 Committer: Dipayan Bhowmick Committed: Tue Dec 6 01:03:08 2016 +0530 ---------------------------------------------------------------------- .../src/main/resources/view.xml | 23 +++++++++++--------- contrib/views/files/src/main/resources/view.xml | 7 ++++++ .../views/hive-next/src/main/resources/view.xml | 7 ++++++ contrib/views/tez/src/main/resources/view.xml | 7 ++++++ 4 files changed, 34 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8fbc2718/contrib/views/capacity-scheduler/src/main/resources/view.xml ---------------------------------------------------------------------- diff --git a/contrib/views/capacity-scheduler/src/main/resources/view.xml b/contrib/views/capacity-scheduler/src/main/resources/view.xml index 84a9ee0..cba243c 100644 --- a/contrib/views/capacity-scheduler/src/main/resources/view.xml +++ b/contrib/views/capacity-scheduler/src/main/resources/view.xml @@ -23,19 +23,22 @@ 2.1.* AMBARI-ONLY - - scheduler - org.apache.ambari.view.capacityscheduler.CapacitySchedulerService + + scheduler + org.apache.ambari.view.capacityscheduler.CapacitySchedulerService - AUTO_CS_INSTANCE - - Manage YARN Capacity Scheduler Queues - HDP-2.* - - YARN - + AUTO_CS_INSTANCE + + Manage YARN Capacity Scheduler Queues + HDP-2.* + + YARN + + + CLUSTER.ADMINISTRATOR + http://git-wip-us.apache.org/repos/asf/ambari/blob/8fbc2718/contrib/views/files/src/main/resources/view.xml ---------------------------------------------------------------------- diff --git a/contrib/views/files/src/main/resources/view.xml b/contrib/views/files/src/main/resources/view.xml index d6b2fde..640cee9 100644 --- a/contrib/views/files/src/main/resources/view.xml +++ b/contrib/views/files/src/main/resources/view.xml @@ -155,5 +155,12 @@ HDFS + + CLUSTER.ADMINISTRATOR + CLUSTER.OPERATOR + SERVICE.ADMINISTRATOR + SERVICE.OPERATOR + CLUSTER.USER + http://git-wip-us.apache.org/repos/asf/ambari/blob/8fbc2718/contrib/views/hive-next/src/main/resources/view.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hive-next/src/main/resources/view.xml b/contrib/views/hive-next/src/main/resources/view.xml index 02e632c..1107cd1 100644 --- a/contrib/views/hive-next/src/main/resources/view.xml +++ b/contrib/views/hive-next/src/main/resources/view.xml @@ -337,5 +337,12 @@ HIVE + + CLUSTER.ADMINISTRATOR + CLUSTER.OPERATOR + SERVICE.ADMINISTRATOR + SERVICE.OPERATOR + CLUSTER.USER + http://git-wip-us.apache.org/repos/asf/ambari/blob/8fbc2718/contrib/views/tez/src/main/resources/view.xml ---------------------------------------------------------------------- diff --git a/contrib/views/tez/src/main/resources/view.xml b/contrib/views/tez/src/main/resources/view.xml index 2bb2bb0..41ffdbc 100644 --- a/contrib/views/tez/src/main/resources/view.xml +++ b/contrib/views/tez/src/main/resources/view.xml @@ -91,5 +91,12 @@ limitations under the License. Kerberos, LDAP, Custom. Binary/Htt TEZ + + CLUSTER.ADMINISTRATOR + CLUSTER.OPERATOR + SERVICE.ADMINISTRATOR + SERVICE.OPERATOR + CLUSTER.USER +