Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 11432 invoked from network); 27 Oct 2010 10:01:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Oct 2010 10:01:59 -0000 Received: (qmail 57834 invoked by uid 500); 27 Oct 2010 10:01:59 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 57798 invoked by uid 500); 27 Oct 2010 10:01:59 -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 57790 invoked by uid 99); 27 Oct 2010 10:01:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Oct 2010 10:01:58 +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, 27 Oct 2010 10:01:56 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9RA1YIL008466 for ; Wed, 27 Oct 2010 10:01:35 GMT Message-ID: <30073505.97131288173694722.JavaMail.jira@thor> Date: Wed, 27 Oct 2010 06:01:34 -0400 (EDT) From: "Amareshwari Sriramadasu (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-2032) TestJobOutputCommitter fails in ant test run In-Reply-To: <6664221.555061282727957276.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-2032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amareshwari Sriramadasu updated MAPREDUCE-2032: ----------------------------------------------- Fix Version/s: 0.21.1 Committed the fix to branch 0.21 as well. > TestJobOutputCommitter fails in ant test run > -------------------------------------------- > > Key: MAPREDUCE-2032 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2032 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: task > Reporter: Amareshwari Sriramadasu > Assignee: Dick King > Fix For: 0.21.1, 0.22.0 > > Attachments: MR2032--2010-08-31--1513EDT.patch, MR2032--2010-09-07--1628.patch > > > TestJobOutputCommitter fails in a "ant test" run with following exception : > {noformat} > Output directory /home/amarsri/mapred/build/test/data/test-job-cleanup/output-2 already exists > org.apache.hadoop.fs.FileAlreadyExistsException: Output directory /home/amarsri/mapred/build/test/data/test-job-cleanup/output-2 already exists > at org.apache.hadoop.mapreduce.lib.output.FileOutputFormat.checkOutputSpecs(FileOutputFormat.java:141) > at org.apache.hadoop.mapreduce.JobSubmitter.checkSpecs(JobSubmitter.java:391) > at org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:350) > at org.apache.hadoop.mapreduce.Job$2.run(Job.java:1037) > at org.apache.hadoop.mapreduce.Job$2.run(Job.java:1034) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:396) > at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1093) > at org.apache.hadoop.mapreduce.Job.submit(Job.java:1034) > at org.apache.hadoop.mapreduce.lib.output.TestJobOutputCommitter.testKilledJob(TestJobOutputCommitter.java:192) > at org.apache.hadoop.mapreduce.lib.output.TestJobOutputCommitter.testDefaultCleanupAndAbort(TestJobOutputCommitter.java:232) > {noformat} > But it passes when it is run individually. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.