[
https://issues.apache.org/jira/browse/HADOOP-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546345
]
Hairong Kuang commented on HADOOP-2288:
---------------------------------------
I'd like to add one more method to FSPermission that allows to apply a umask.
<code>
/** Appy a umask to this permission and return a new one */
public FSPermission applyUMask( FSPermission umask);
<code>
> 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_20071126.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.