You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Rosie Li (JIRA)" <ji...@apache.org> on 2011/03/28 22:45:05 UTC

[jira] [Created] (MAPREDUCE-2406) Failed validate copy in distcp

Failed validate copy in distcp
------------------------------

                 Key: MAPREDUCE-2406
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2406
             Project: Hadoop Map/Reduce
          Issue Type: Bug
    Affects Versions: 0.21.0
            Reporter: Rosie Li
            Priority: Minor


Each time the distcp is done, {{validateCopy(srcstat, absdst)}} will be called. 
When doing distcp, if the -pb(preserve block size) is not set, the dst will use the default block size. However, if the src file use block size other than the default block size, and -pb is not set, after copying, the src and dst will have different block size. It will not pass the validateCopy check in this case.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira