[
https://issues.apache.org/jira/browse/HADOOP-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsz Wo (Nicholas), SZE updated HADOOP-2288:
-------------------------------------------
Attachment: 2288_20071129.patch
- merge setUserOwner(...) and setGroupOwner(...) to setOwner(...) since the
name "setUserOwner" is not good as mentioned by Raghu.
- implemented setOwner(...) and setPermssion(...) in RawLocalFileSystem and
FilterFileSystem
- Not throwing UnsupportedOperationException
- provide default create(...) (and mkdir(...)) implementation by first call
original create(...) and then call setPermission(...).
- added javadoc
- changed class names from FSFoo to FsFoo
- added junit tests for LocalFileSystem
> Change FileSystem API to support access control.
> ------------------------------------------------
>
> Key: HADOOP-2288
> URL: https://issues.apache.org/jira/browse/HADOOP-2288
> Project: Hadoop
> Issue Type: New Feature
> Components: fs
> Affects Versions: 0.15.0
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Tsz Wo (Nicholas), SZE
> Fix For: 0.16.0
>
> Attachments: 2288_20071129.patch
>
>
> - Some FileSystem methods like create and mkdir need an additional parameter
> for permission.
> - FileSystem has to provide methods for setting permission, changing
> ownership, etc.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.