[
https://issues.apache.org/jira/browse/HADOOP-3202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616987#action_12616987
]
Tsz Wo (Nicholas), SZE commented on HADOOP-3202:
------------------------------------------------
+1 patch looks good. The new javac warning is about that DistCp is still using
the deprecated FileUtil.fullyDelete(...). We could fix it here or later.
> Deprecate org.apache.hadoop.fs.FileUtil.fullyDelete(FileSystem fs, Path dir)
> ----------------------------------------------------------------------------
>
> Key: HADOOP-3202
> URL: https://issues.apache.org/jira/browse/HADOOP-3202
> Project: Hadoop Core
> Issue Type: Improvement
> Components: fs
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Amareshwari Sriramadasu
> Fix For: 0.19.0
>
> Attachments: patch-3202.txt, patch-3202.txt
>
>
> We should use FileSystem.delete(path, recursive=true) instead.
> See also
> https://issues.apache.org/jira/browse/HADOOP-771?focusedCommentId=12586566#action_12586566
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.