Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 24040 invoked from network); 14 Sep 2010 00:18:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Sep 2010 00:18:16 -0000 Received: (qmail 36415 invoked by uid 500); 14 Sep 2010 00:18:16 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 36385 invoked by uid 500); 14 Sep 2010 00:18:16 -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 36337 invoked by uid 99); 14 Sep 2010 00:18:16 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Sep 2010 00:18:16 +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; Tue, 14 Sep 2010 00:17:58 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8E0HbOv007693 for ; Tue, 14 Sep 2010 00:17:37 GMT Message-ID: <21490328.168221284423457463.JavaMail.jira@thor> Date: Mon, 13 Sep 2010 20:17:37 -0400 (EDT) From: "Dan Adkins (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-2060) IOException: Filesystem closed on submitJob In-Reply-To: <10291266.102901284065494396.JavaMail.jira@thor> 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 [ https://issues.apache.org/jira/browse/MAPREDUCE-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12909063#action_12909063 ] Dan Adkins commented on MAPREDUCE-2060: --------------------------------------- Yes, I am able to all HDFS operations as dadkins. We do not have user accounts on individual boxes in our cluster; we are not doing LDAP or anything of that nature. We do, however, have the mr20 (mapreduce) and hd20 (hdfs) users on all nodes, and those users own the local files on each node. > IOException: Filesystem closed on submitJob > ------------------------------------------- > > Key: MAPREDUCE-2060 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2060 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: jobtracker > Affects Versions: 0.22.0 > Environment: https://svn.apache.org/repos/asf/hadoop/mapreduce/trunk@994941 > https://svn.apache.org/repos/asf/hadoop/hdfs/trunk@993542 > Reporter: Dan Adkins > > I get the following strange error on the jobtracker when attempting to submit a job: > 10/09/09 20:31:35 INFO ipc.Server: IPC Server handler 7 on 31000, call submitJob(job_201009092028_0001, hdfs://hns4.sea1.qc:21000/tmp/hadoop-mr20/mapred/staging/dadkins/.staging/job_201009092028_0001, org.apache.hadoop.security.Credentials@20c87621) from 10.128.130.145:49253: error: java.io.IOException: Filesystem closed > java.io.IOException: Filesystem closed > at org.apache.hadoop.hdfs.DFSClient.checkOpen(DFSClient.java:307) > at org.apache.hadoop.hdfs.DFSClient.mkdirs(DFSClient.java:1212) > at org.apache.hadoop.hdfs.DistributedFileSystem.mkdirs(DistributedFileSystem.java:494) > at org.apache.hadoop.fs.FileSystem.mkdirs(FileSystem.java:1491) > at org.apache.hadoop.fs.FileSystem.mkdirs(FileSystem.java:395) > at org.apache.hadoop.mapred.JobTracker.submitJob(JobTracker.java:3078) > at org.apache.hadoop.mapred.JobTracker.submitJob(JobTracker.java:3014) > at org.apache.hadoop.mapred.JobTracker.submitJob(JobTracker.java:2996) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > 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:1380) > at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1376) > 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:1105) > at org.apache.hadoop.ipc.Server$Handler.run(Server.java:1374) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.