Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 16797 invoked from network); 6 Nov 2007 17:14:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Nov 2007 17:14:12 -0000 Received: (qmail 66599 invoked by uid 500); 6 Nov 2007 17:13:59 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 66555 invoked by uid 500); 6 Nov 2007 17:13:59 -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 66546 invoked by uid 99); 6 Nov 2007 17:13:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2007 09:13:59 -0800 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; Tue, 06 Nov 2007 17:14:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E164271423B for ; Tue, 6 Nov 2007 09:13:50 -0800 (PST) Message-ID: <18866819.1194369230920.JavaMail.jira@brutus> Date: Tue, 6 Nov 2007 09:13:50 -0800 (PST) From: "Doug Cutting (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1642) Jobs using LocalJobRunner + JobControl fails In-Reply-To: <9250495.1184947026500.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-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540487 ] Doug Cutting commented on HADOOP-1642: -------------------------------------- bq. Can anyone tell why hudson couldn't apply the patch? Here's what I see when I attempt to apply this to trunk: {noformat} % patch -p 0 < ~/Desktop/HADOOP-1642-4.patch patching file src/test/org/apache/hadoop/mapred/jobcontrol/TestLocalJobControl.java patching file src/test/org/apache/hadoop/mapred/jobcontrol/TestJobControl.java Hunk #1 FAILED at 18. Hunk #2 succeeded at 47 (offset 3 lines). Hunk #3 succeeded at 90 (offset 3 lines). Hunk #4 succeeded at 106 (offset 3 lines). Hunk #5 succeeded at 125 (offset 3 lines). 1 out of 5 hunks FAILED -- saving rejects to file src/test/org/apache/hadoop/mapred/jobcontrol/TestJobControl.java.rej patching file src/test/org/apache/hadoop/mapred/jobcontrol/JobControlTestUtils.java patching file src/java/org/apache/hadoop/mapred/LocalJobRunner.java Hunk #2 FAILED at 268. 1 out of 2 hunks FAILED -- saving rejects to file src/java/org/apache/hadoop/mapred/LocalJobRunner.java.rej {noformat} > Jobs using LocalJobRunner + JobControl fails > -------------------------------------------- > > Key: HADOOP-1642 > URL: https://issues.apache.org/jira/browse/HADOOP-1642 > Project: Hadoop > Issue Type: Bug > Affects Versions: 0.14.3 > Reporter: Johan Oskarsson > Assignee: Doug Cutting > Priority: Critical > Fix For: 0.16.0 > > Attachments: HADOOP-1642-2.patch, HADOOP-1642-3.patch, HADOOP-1642-4.patch, HADOOP-1642.patch > > > If I run several jobs at the same time using JobControl and the LocalJobRunner i get: > java.io.IOException: Target /tmp/hadoop-johan/mapred/local/localRunner/job_local_1.xml already exists. > It seems like the JobControl class tries to run multiple jobs with the same jobid, causing the exception. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.