[
https://issues.apache.org/jira/browse/HADOOP-1620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doug Cutting updated HADOOP-1620:
---------------------------------
Status: Patch Available (was: Open)
> FileSystem should have fewer abstract methods
> ---------------------------------------------
>
> Key: HADOOP-1620
> URL: https://issues.apache.org/jira/browse/HADOOP-1620
> Project: Hadoop
> Issue Type: Improvement
> Reporter: Doug Cutting
> Assignee: Doug Cutting
> Fix For: 0.14.0
>
> Attachments: 1620-2.patch, 1620.patch
>
>
> The FileSystem API has a number of abstract methods that are implemented
> identically on all but one FileSystem implementation. These should instead
> have a default implementation, with one subclass overridding that
> implementation. Fewer abstract methods makes it easier to write new
> FileSystem implementations.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.