Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 43937 invoked from network); 11 Oct 2010 11:10:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Oct 2010 11:10:59 -0000 Received: (qmail 71876 invoked by uid 500); 11 Oct 2010 11:10:59 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 71764 invoked by uid 500); 11 Oct 2010 11:10:58 -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 71542 invoked by uid 99); 11 Oct 2010 11:10:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Oct 2010 11:10:57 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Oct 2010 11:10:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9BBAXYb028205 for ; Mon, 11 Oct 2010 11:10:34 GMT Message-ID: <9676863.74661286795433966.JavaMail.jira@thor> Date: Mon, 11 Oct 2010 07:10:33 -0400 (EDT) From: "Amareshwari Sriramadasu (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Created: (MAPREDUCE-2122) TestJobQueueInformation fails on trunk 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 TestJobQueueInformation fails on trunk -------------------------------------- Key: MAPREDUCE-2122 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2122 Project: Hadoop Map/Reduce Issue Type: Bug Reporter: Amareshwari Sriramadasu TestJobQueueInformation fails on trunk with following exception: {noformat} failed to create file /home/amarsri/mapred/build/test/data/job-queue-info-testing/share/signal on client 127.0.0.1 either because the filename is invalid or the file exists at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.startFileInternal(FSNamesystem.java:1415) at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.startFile(FSNamesystem.java:1260) at org.apache.hadoop.hdfs.server.namenode.NameNode.create(NameNode.java:765) at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.ipc.WritableRpcEngine$Server.call(WritableRpcEngine.java:349) at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1399) at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1395) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:396) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1114) at org.apache.hadoop.ipc.Server$Handler.run(Server.java:1393) {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.