Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 37954 invoked from network); 19 Apr 2007 21:56:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Apr 2007 21:56:39 -0000 Received: (qmail 45491 invoked by uid 500); 19 Apr 2007 21:56:43 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 45431 invoked by uid 500); 19 Apr 2007 21:56: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 45406 invoked by uid 99); 19 Apr 2007 21:56:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2007 14:56: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; Thu, 19 Apr 2007 14:56:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A217971407E for ; Thu, 19 Apr 2007 14:56:15 -0700 (PDT) Message-ID: <9638750.1177019775661.JavaMail.jira@brutus> Date: Thu, 19 Apr 2007 14:56:15 -0700 (PDT) From: "Owen O'Malley (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 ] Owen O'Malley reassigned HADOOP-1234: ------------------------------------- Assignee: 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: Owen O'Malley > > 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.