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 34676200CCB for ; Thu, 20 Jul 2017 17:54:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 32D6A16B917; Thu, 20 Jul 2017 15:54:06 +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 7F02C16B918 for ; Thu, 20 Jul 2017 17:54:05 +0200 (CEST) Received: (qmail 99231 invoked by uid 500); 20 Jul 2017 15:54:04 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 98314 invoked by uid 99); 20 Jul 2017 15:54:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jul 2017 15:54:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 5C3C3C3513 for ; Thu, 20 Jul 2017 15:54:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id vGUxx_y8Fkct for ; Thu, 20 Jul 2017 15:54:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id C988B5FD83 for ; Thu, 20 Jul 2017 15:54:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 1B391E08C6 for ; Thu, 20 Jul 2017 15:54:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id BB13521EC9 for ; Thu, 20 Jul 2017 15:54:00 +0000 (UTC) Date: Thu, 20 Jul 2017 15:54:00 +0000 (UTC) From: "YunFan Zhou (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-6791) Add a new acl control to make YARN acl control perfect MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 20 Jul 2017 15:54:06 -0000 [ https://issues.apache.org/jira/browse/YARN-6791?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] YunFan Zhou updated YARN-6791: ------------------------------ Attachment: YARN-6791.004.patch > Add a new acl control to make YARN acl control perfect > ------------------------------------------------------ > > Key: YARN-6791 > URL: https://issues.apache.org/jira/browse/YARN-6791 > Project: Hadoop YARN > Issue Type: Improvement > Components: yarn > Affects Versions: 2.7.2 > Reporter: YunFan Zhou > Assignee: YunFan Zhou > Fix For: 2.7.2 > > Attachments: screenshot-1.png, screenshot-2.png, YARN-6791.001.pa= tch, YARN-6791.002.patch, YARN-6791.003.patch, YARN-6791.004.patch > > > The yarn application acl control is not so perfect which could let us pre= tty confused sometimes. > !screenshot-1.png! > The yarn acl is disabled default, but when we enable it.=20 > You will find the others who neither is yarn admin nor queue admin can n= ot view the application detail.=20 > It will show something as blow in YARN RM web ui: > !screenshot-2.png!=20 > So when we enable those configs, you will find it is very inconvenient to= view the application status > when use RM web ui. > There are two ways to solve the problem: > 1. To make the web ui more perfect, and can allow user to login as any u= ses he want. > Besides=EF=BC=8C it should provide a perfect verification mechanism. > 2. Add a config in YarnConfiguration, which can allow some uses view any = applications he want. > But he has not modify permissions.=20 > In this way, the user can view all applications but can not kill other u= sers applications. > Of the above two solutions=EF=BC=8C I will choose the second solution. > It is low cost but is more useful. > I will work on this, and upload the patch later. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org