[
https://issues.apache.org/jira/browse/HADOOP-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546416
]
Raghu Angadi commented on HADOOP-2288:
--------------------------------------
Are we not borrowing unixism whenever it makes sense? Advantage is that not
many need big explanations and its a great tie-breaker if there are minor
difference of opinion about interface e.g.
# {{setUserOwner(path, user)}} would become {{chown(path, user, group)}}.
# {{setGroupOwner()}} is not needed.
# we need {{chmod()}}. not sure if it replaces {{setPermission()}}, may be it
should.
> 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_20071128.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.