[
https://issues.apache.org/jira/browse/HADOOP-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582604#action_12582604
]
Amareshwari Sriramadasu commented on HADOOP-3105:
-------------------------------------------------
If you are looking for a recursive delete, shouldnt this use
FileUtil.fullyDelete(FileSystem, Path) to delete completely?
I think patch should have FileUtil.fullyDelete(fs,outDir) .
> compile-core-test fails for branch 0.16
> ---------------------------------------
>
> Key: HADOOP-3105
> URL: https://issues.apache.org/jira/browse/HADOOP-3105
> Project: Hadoop Core
> Issue Type: Bug
> Components: mapred
> Affects Versions: 0.16.2
> Reporter: Amareshwari Sriramadasu
> Priority: Blocker
> Fix For: 0.16.2
>
> Attachments: patch3105.txt
>
>
> TestMultithreadedMapRunner uses an api FileSystem.delete(Path, boolean) which
> is not present in 0.16
> Thus making compilation failure.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.