You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2015/04/02 19:34:57 UTC

[jira] [Moved] (HADOOP-11794) distcp can copy blocks in parallel

     [ https://issues.apache.org/jira/browse/HADOOP-11794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Allen Wittenauer moved MAPREDUCE-2257 to HADOOP-11794:
------------------------------------------------------

          Component/s:     (was: distcp)
                       tools/distcp
    Affects Version/s:     (was: 0.21.0)
                       0.21.0
                  Key: HADOOP-11794  (was: MAPREDUCE-2257)
              Project: Hadoop Common  (was: Hadoop Map/Reduce)

> distcp can copy blocks in parallel
> ----------------------------------
>
>                 Key: HADOOP-11794
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11794
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: tools/distcp
>    Affects Versions: 0.21.0
>            Reporter: dhruba borthakur
>            Assignee: Mithun Radhakrishnan
>         Attachments: MAPREDUCE-2257.patch
>
>
> The minimum unit of work for a distcp task is a file. We have files that are greater than 1 TB with a block size of  1 GB. If we use distcp to copy these files, the tasks either take a long long long time or finally fails. A better way for distcp would be to copy all the source blocks in parallel, and then stich the blocks back to files at the destination via the HDFS Concat API (HDFS-222)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)