Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 70743 invoked from network); 29 Sep 2010 23:09:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Sep 2010 23:09:54 -0000 Received: (qmail 29606 invoked by uid 500); 29 Sep 2010 23:09:54 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 29538 invoked by uid 500); 29 Sep 2010 23:09:53 -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 29530 invoked by uid 99); 29 Sep 2010 23:09:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Sep 2010 23:09:53 +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; Wed, 29 Sep 2010 23:09:53 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8TN9XvO013490 for ; Wed, 29 Sep 2010 23:09:33 GMT Message-ID: <23448941.469371285801773171.JavaMail.jira@thor> Date: Wed, 29 Sep 2010 19:09:33 -0400 (EDT) From: "Jitendra Nath Pandey (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-2082) Race condition in writing the jobtoken password file when launching pipes jobs In-Reply-To: <28388309.308531285037193890.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12916300#action_12916300 ] Jitendra Nath Pandey commented on MAPREDUCE-2082: ------------------------------------------------- The patch was tested on 20 branch. > Race condition in writing the jobtoken password file when launching pipes jobs > ------------------------------------------------------------------------------ > > Key: MAPREDUCE-2082 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2082 > Project: Hadoop Map/Reduce > Issue Type: Bug > Reporter: Jitendra Nath Pandey > Assignee: Jitendra Nath Pandey > Attachments: MAPREDUCE-2082-y20.1.patch, MAPREDUCE-2082.1.patch > > > In Application.java, when jobtoken password file is written, there is a race condition because the file is written in job's work directory. The file should rather be written in the task's working directory. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.