Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 52918 invoked from network); 6 Mar 2009 05:16:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2009 05:16:22 -0000 Received: (qmail 98884 invoked by uid 500); 6 Mar 2009 05:16:19 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 98860 invoked by uid 500); 6 Mar 2009 05:16:19 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 98844 invoked by uid 99); 6 Mar 2009 05:16:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 21:16:19 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2009 05:16:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 50CD1234C4AB for ; Thu, 5 Mar 2009 21:15:56 -0800 (PST) Message-ID: <802526595.1236316556329.JavaMail.jira@brutus> Date: Thu, 5 Mar 2009 21:15:56 -0800 (PST) From: "Hemanth Yamijala (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Created: (HADOOP-5419) Provide a way for users to find out what operations they can do on which M/R queues MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Provide a way for users to find out what operations they can do on which M/R queues ----------------------------------------------------------------------------------- Key: HADOOP-5419 URL: https://issues.apache.org/jira/browse/HADOOP-5419 Project: Hadoop Core Issue Type: Improvement Components: mapred Reporter: Hemanth Yamijala This issue is to provide an improvement on the existing M/R framework to let users know which queues they have access to, and for what operations. One use case for this would that currently there is no easy way to know if the user has access to submit jobs to a queue, until it fails with an access control exception. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.