Return-Path: Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: (qmail 17683 invoked from network); 17 Sep 2009 11:53:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Sep 2009 11:53:20 -0000 Received: (qmail 81901 invoked by uid 500); 17 Sep 2009 11:53:20 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 81847 invoked by uid 500); 17 Sep 2009 11:53:19 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 81837 invoked by uid 99); 17 Sep 2009 11:53:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2009 11:53:19 +0000 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; Thu, 17 Sep 2009 11:53:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1287E234C1E7 for ; Thu, 17 Sep 2009 04:52:58 -0700 (PDT) Message-ID: <534083042.1253188378052.JavaMail.jira@brutus> Date: Thu, 17 Sep 2009 04:52:58 -0700 (PDT) From: "Karam Singh (JIRA)" To: mapreduce-dev@hadoop.apache.org Subject: [jira] Created: (MAPREDUCE-998) Wrong error message thrown when we try submit to container queue. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Wrong error message thrown when we try submit to container queue. ----------------------------------------------------------------- Key: MAPREDUCE-998 URL: https://issues.apache.org/jira/browse/MAPREDUCE-998 Project: Hadoop Map/Reduce Issue Type: Bug Components: contrib/capacity-sched Affects Versions: 0.21.0 Reporter: Karam Singh Setup have multilevel queue. parant queues a,b and has two child queues a11, a12. If we try sub queue "a" the following error is thrown -": [ org.apache.hadoop.ipc.RemoteException: java.io.IOException: Queue "a" does not exist at org.apache.hadoop.mapred.JobTracker.submitJob(JobTracker.java:2758) at org.apache.hadoop.mapred.JobTracker.submitJob(JobTracker.java:2740) ] where it should have proper like user cannot submit job to container queue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.