[
https://issues.apache.org/jira/browse/HADOOP-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Douglas updated HADOOP-1569:
----------------------------------
Attachment: 1569-5.patch
Updated to address Owen's feedback:
- Changed getSplits to use file sizes for calculating input splits rather than
equally partitioning the list of files
- Fixed some lameness in TestCopyFiles
- Better javadocs
- Not recreating Writables in readFields
- Since HADOOP-1656 was committed, blocksizes are persistent and preserved when
requested
- passes unit tests on Windows
> distcp should use the Path -> FileSystem interface like the rest of Hadoop
> --------------------------------------------------------------------------
>
> Key: HADOOP-1569
> URL: https://issues.apache.org/jira/browse/HADOOP-1569
> Project: Hadoop
> Issue Type: Bug
> Components: util
> Reporter: Owen O'Malley
> Assignee: Chris Douglas
> Fix For: 0.15.0
>
> Attachments: 1569-4.patch, 1569-5.patch
>
>
> DistCp should use the standard Path to FileSystem API that the rest of Hadoop
> uses. By explicitly testing the protocol string, it is much more brittle.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.