[
https://issues.apache.org/jira/browse/HADOOP-4779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsz Wo (Nicholas), SZE updated HADOOP-4779:
-------------------------------------------
Resolution: Fixed
Fix Version/s: 0.21.0
Release Note:
Remove the following deprecated FileSystem methods:
* public short getReplication(Path src) throws IOException
* public abstract boolean delete(Path f) throws IOException;
* public long getLength(Path f) throws IOException
* public long getBlockSize(Path f) throws IOException
[ Show ยป ]
Tsz Wo (Nicholas), SZE - 04/Dec/08 06:10 PM 4779_20081204.patch: removed the
following methods:
* public short getReplication(Path src) throws IOException
* public abstract boolean delete(Path f) throws IOException;
* public long getLength(Path f) throws IOException
* public long getBlockSize(Path f) throws IOException
Hadoop Flags: [Incompatible change, Reviewed] (was: [Reviewed,
Incompatible change])
Status: Resolved (was: Patch Available)
I just committed this.
> Remove deprecated FileSystem methods
> ------------------------------------
>
> Key: HADOOP-4779
> URL: https://issues.apache.org/jira/browse/HADOOP-4779
> Project: Hadoop Core
> Issue Type: Bug
> Components: fs
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Tsz Wo (Nicholas), SZE
> Fix For: 0.21.0
>
> Attachments: 4779_20081204.patch, 4779_20081218.patch
>
>
> Deprecated FileSystem methods like getReplication(Path src), delete(Path f),
> etc. should be removed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.