[
https://issues.apache.org/jira/browse/HADOOP-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549610
]
Doug Cutting commented on HADOOP-2381:
--------------------------------------
I think it would be better if the default value of
FileStatus#getPermissionStatus is non-null. Otherwise we're just making
applications do a bunch of null testing. Better they should just get a default
version that says they own the file and they can do anything with it, no?
> Support permission information in FileStatus
> --------------------------------------------
>
> Key: HADOOP-2381
> URL: https://issues.apache.org/jira/browse/HADOOP-2381
> 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: 2381_20071207.patch
>
>
> In HADOOP-2288, FileSystem API is changed to support access control.
> FileStatus should also be changed to support permission information.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.