Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 13442 invoked from network); 14 May 2007 11:58:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2007 11:58:39 -0000 Received: (qmail 99633 invoked by uid 500); 14 May 2007 11:58:45 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 99357 invoked by uid 500); 14 May 2007 11:58:43 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 99343 invoked by uid 99); 14 May 2007 11:58:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 04:58:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 04:58:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A94F8714066 for ; Mon, 14 May 2007 04:58:16 -0700 (PDT) Message-ID: <26499489.1179143896689.JavaMail.jira@brutus> Date: Mon, 14 May 2007 04:58:16 -0700 (PDT) From: "Arun C Murthy (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Assigned: (HADOOP-1234) map tasks fail because they do not find application in file cache In-Reply-To: <26727060.1176152492528.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-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy reassigned HADOOP-1234: ------------------------------------- Assignee: Arun C Murthy (was: Owen O'Malley) > map tasks fail because they do not find application in file cache > ----------------------------------------------------------------- > > Key: HADOOP-1234 > URL: https://issues.apache.org/jira/browse/HADOOP-1234 > Project: Hadoop > Issue Type: Bug > Components: mapred > Affects Versions: 0.12.1 > Reporter: Christian Kunz > Assigned To: Arun C Murthy > Attachments: HADOOP-1234_1_20070514.patch > > > Using C++ map-reduce interface, a lot of tasks fail because they do not find the application in the file cache. > Might be a race condition between multiple tasks on the same node. > java.io.IOException: Cannot run program "/mapred/local/taskTracker/archive///": java.io.IOException: error=2, No such file or directory > at java.lang.ProcessBuilder.start(ProcessBuilder.java:459) > at org.apache.hadoop.mapred.pipes.Application.runClient(Application.java:131) > at org.apache.hadoop.mapred.pipes.Application.(Application.java:59) > at org.apache.hadoop.mapred.pipes.PipesMapRunner.run(PipesMapRunner.java:44) > at org.apache.hadoop.mapred.MapTask.run(MapTask.java:176) > at org.apache.hadoop.mapred.TaskTracker$Child.main(TaskTracker.java:1459) > Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory > at java.lang.UNIXProcess.(UNIXProcess.java:148) > at java.lang.ProcessImpl.start(ProcessImpl.java:65) > at java.lang.ProcessBuilder.start(ProcessBuilder.java:452) > ... 5 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.