From core-dev-return-51313-apmail-hadoop-core-dev-archive=hadoop.apache.org@hadoop.apache.org Wed Oct 01 06:10:07 2008 Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 35825 invoked from network); 1 Oct 2008 06:10:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Oct 2008 06:10:07 -0000 Received: (qmail 13756 invoked by uid 500); 1 Oct 2008 06:10:03 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 13724 invoked by uid 500); 1 Oct 2008 06:10:03 -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 13708 invoked by uid 99); 1 Oct 2008 06:10:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2008 23:10:03 -0700 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; Wed, 01 Oct 2008 06:09:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3F014234C1FB for ; Tue, 30 Sep 2008 23:09:44 -0700 (PDT) Message-ID: <199804846.1222841384256.JavaMail.jira@brutus> Date: Tue, 30 Sep 2008 23:09:44 -0700 (PDT) From: "Sreekanth Ramakrishnan (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-4079) Check for invalid queues in capacity scheduler In-Reply-To: <1861612771.1220603864330.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-4079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12635953#action_12635953 ] Sreekanth Ramakrishnan commented on HADOOP-4079: ------------------------------------------------ The core test failed is not releated to this issue. > Check for invalid queues in capacity scheduler > ---------------------------------------------- > > Key: HADOOP-4079 > URL: https://issues.apache.org/jira/browse/HADOOP-4079 > Project: Hadoop Core > Issue Type: Bug > Components: contrib/capacity-sched > Affects Versions: 0.19.0 > Reporter: Hemanth Yamijala > Assignee: Hemanth Yamijala > Fix For: 0.20.0 > > Attachments: HADOOP-4079-1.patch, HADOOP-4079-2.patch, HADOOP-4079-3.patch > > > The {{ResourceManagerConf}} class that is being moved to the capacity scheduler of HADOOP-3445 needs to check for a queue name that is not configured in the {{resource-manager-conf.xml}} file in its APIs and fail if it is not available. This feature was originally available, but due to subsequent changes in HADOOP-3698, queues are no longer being configured as part of the mentioned configuration file. Hence we need a different mechanism to check for valid queues. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.