Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EFBB81017B for ; Mon, 10 Feb 2014 20:35:28 +0000 (UTC) Received: (qmail 74926 invoked by uid 500); 10 Feb 2014 20:35:21 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 74852 invoked by uid 500); 10 Feb 2014 20:35:21 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 74831 invoked by uid 99); 10 Feb 2014 20:35:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Feb 2014 20:35:20 +0000 Date: Mon, 10 Feb 2014 20:35:20 +0000 (UTC) From: "Alex Nastetsky (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (MAPREDUCE-5750) Need ability to create ACL for viewing the listing of a job queue MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Alex Nastetsky created MAPREDUCE-5750: ----------------------------------------- Summary: Need ability to create ACL for viewing the listing of a job queue Key: MAPREDUCE-5750 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5750 Project: Hadoop Map/Reduce Issue Type: Improvement Affects Versions: 2.1.0-beta Environment: HDP-2.0.6 Reporter: Alex Nastetsky We need a way to restrict the ability to see the list of jobs in a queue. Currently, the only queue ACLs available are acl_administer_queues, acl_administer_queue and acl_submit_applications, none of which control the ability to the see list of jobs in a queue. This requirement is necessary because the Job History server provides a lot of potentially sensitive info in the job listing alone, e.g. a Hive map reduce job shows the query itself in the Name column. The only thing we have currently available is the ability to filter by queue name, but there is no way to enforce a filter. -- This message was sent by Atlassian JIRA (v6.1.5#6160)