You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Aaron T. Myers (JIRA)" <ji...@apache.org> on 2011/06/26 07:19:47 UTC

[jira] [Resolved] (HADOOP-7218) FileUtil.copyMerge implementation error

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

Aaron T. Myers resolved HADOOP-7218.
------------------------------------

    Resolution: Duplicate
      Assignee: Jim Plush

Thanks a lot for the investigation, Jim. Closing this as a dupe.

> FileUtil.copyMerge implementation error
> ---------------------------------------
>
>                 Key: HADOOP-7218
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7218
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.21.0
>         Environment: CENTOS 5.5 64bit
>            Reporter: XiaoboGu
>            Assignee: Jim Plush
>
> if (srcFS.getFileStatus(srcDir).isDirectory())
> 			return false;
> should be 
> if (!srcFS.getFileStatus(srcDir).isDirectory())
> 			return false;

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