[ https://issues.apache.org/jira/browse/HADOOP-5671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsz Wo (Nicholas), SZE updated HADOOP-5671: ------------------------------------------- Attachment: 5671_20090415.patch > In DistCp.sameFile(..), if src FileSystem does not support file checksum, it > should return true. More details of the problem: Some previous versions HftpFileSystem do not support file checksum and throw FileNotFoundException since the request url is not found. In such case, DistCp.sameFile(..) should return true. 5671_20090415.patch: rewritten the comments, no code changes. > DistCp.sameFile(..) should return true if src fs does not support checksum > -------------------------------------------------------------------------- > > Key: HADOOP-5671 > URL: https://issues.apache.org/jira/browse/HADOOP-5671 > Project: Hadoop Core > Issue Type: Bug > Components: tools/distcp > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Tsz Wo (Nicholas), SZE > Attachments: 5671_20090414.patch, 5671_20090415.patch > > > In DistCp.sameFile(..), if src FileSystem does not support file checksum, it > should return true. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.