[ 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.