Return-Path: Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: (qmail 5139 invoked from network); 13 Jun 2010 04:42:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Jun 2010 04:42:45 -0000 Received: (qmail 6163 invoked by uid 500); 13 Jun 2010 04:42:45 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 5869 invoked by uid 500); 13 Jun 2010 04:42:41 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 5623 invoked by uid 99); 13 Jun 2010 04:42:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jun 2010 04:42:39 +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; Sun, 13 Jun 2010 04:42:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5D4gGTJ009975 for ; Sun, 13 Jun 2010 04:42:16 GMT Message-ID: <12968601.66611276404136101.JavaMail.jira@thor> Date: Sun, 13 Jun 2010 00:42:16 -0400 (EDT) From: "Eli Collins (JIRA)" To: mapreduce-dev@hadoop.apache.org Subject: [jira] Resolved: (MAPREDUCE-1858) TestCopyFiles fails consistently on trunk In-Reply-To: <28806879.42771276254135780.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-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved MAPREDUCE-1858. ------------------------------------ Resolution: Fixed Reverted the patch for HADOOP-6796 and confirmed TestCopyFiles now passes. > TestCopyFiles fails consistently on trunk > ----------------------------------------- > > Key: MAPREDUCE-1858 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1858 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: distcp > Affects Versions: 0.22.0 > Reporter: Vinod K V > > All the tests in TestCopyFiles fail. For e.g. > {code} > Testcase: testCopyFromLocalToLocal took 10.051 sec > Caused an ERROR > File /home/vinodkv/Workspace/eclipse-workspace/apache-svn-mapreduce/trunk/build/test/data/destdat/one/one/9208695393420117603 does not exist. > java.io.FileNotFoundException: File /home/vinodkv/Workspace/eclipse-workspace/apache-svn-mapreduce/trunk/build/test/data/destdat/one/one/9208695393420117603 does not exist. > at org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:420) > at org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:290) > at org.apache.hadoop.tools.TestCopyFiles.checkFiles(TestCopyFiles.java:169) > at org.apache.hadoop.tools.TestCopyFiles.checkFiles(TestCopyFiles.java:159) > at org.apache.hadoop.tools.TestCopyFiles.testCopyFromLocalToLocal(TestCopyFiles.java:271) > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.