[
https://issues.apache.org/jira/browse/HADOOP-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521715
]
Enis Soztutar commented on HADOOP-1654:
---------------------------------------
> shouldn't the public methods in FileUtil that are removed instead be
> deprecated in 0.15
Version 1.0 of the patch deprecated the public methods in {{FileUtil}}, but
Raghu has suggested to remove the functions since they are not widely used (see
above). I agree with Raghu in this, especially relying on the heuristic that
{{FileUtil#copyBytes()}} or similar functions are quite hadoop internal
(although public). However I will just deprecate the methods if you insist.
*smile*
> IOUtils class
> -------------
>
> Key: HADOOP-1654
> URL: https://issues.apache.org/jira/browse/HADOOP-1654
> Project: Hadoop
> Issue Type: Improvement
> Components: io
> Affects Versions: 0.15.0
> Reporter: Enis Soztutar
> Assignee: Enis Soztutar
> Fix For: 0.15.0
>
> Attachments: IOUtils_v1.0.patch, IOUtils_v1.1.patch,
> IOUtils_v1.2.patch, IOUtils_v1.3.patch, IOUtils_v1.4.patch,
> IOUtils_v1.4.patch, IOUtils_v1.5.patch
>
>
> In the current situation, {{FileUtil}} class includes both file related and
> io related functionality. This issue intends to separate the two.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.