Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 53772 invoked from network); 5 Dec 2006 05:55:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2006 05:55:45 -0000 Received: (qmail 38651 invoked by uid 500); 5 Dec 2006 05:55:53 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 38626 invoked by uid 500); 5 Dec 2006 05:55:53 -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 38617 invoked by uid 99); 5 Dec 2006 05:55:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2006 21:55:53 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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, 04 Dec 2006 21:55:44 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 48EB77142BF for ; Mon, 4 Dec 2006 21:55:24 -0800 (PST) Message-ID: <20208055.1165298124295.JavaMail.jira@brutus> Date: Mon, 4 Dec 2006 21:55:24 -0800 (PST) From: "Mahadev konar (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-673) the task execution environment should have a current working directory that is task specific In-Reply-To: <4956716.1162509256690.JavaMail.root@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 [ http://issues.apache.org/jira/browse/HADOOP-673?page=all ] Mahadev konar updated HADOOP-673: --------------------------------- Attachment: cwd.patch this patch fixes the problem. It implements owens second proposal ie. 1) The current working dir for each task is the task directory 2) for streaming all the contents of job.jar are symlinked into this current working directory for the tasks. This patch depends upon HADOOP-748. I have included the patch for HADOOP-748 in this patch. > the task execution environment should have a current working directory that is task specific > -------------------------------------------------------------------------------------------- > > Key: HADOOP-673 > URL: http://issues.apache.org/jira/browse/HADOOP-673 > Project: Hadoop > Issue Type: Bug > Components: mapred > Affects Versions: 0.7.2 > Reporter: Owen O'Malley > Assigned To: Mahadev konar > Attachments: cwd.patch > > > The tasks should be run in a work directory that is specific to a single task. In particular, I'd suggest using the /jobcache// as the current working directory. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira