[
https://issues.apache.org/jira/browse/HDFS-5647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jing Zhao updated HDFS-5647:
----------------------------
Resolution: Fixed
Fix Version/s: 3.0.0
Hadoop Flags: Reviewed
Status: Resolved (was: Patch Available)
I've committed this to trunk.
> Merge INodeDirectory.Feature and INodeFile.Feature
> --------------------------------------------------
>
> Key: HDFS-5647
> URL: https://issues.apache.org/jira/browse/HDFS-5647
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: namenode
> Reporter: Haohui Mai
> Assignee: Haohui Mai
> Fix For: 3.0.0
>
> Attachments: HDFS-5647.000.patch, HDFS-5647.001.patch,
> HDFS-5647.002.patch, HDFS-5647.003.patch
>
>
> HDFS-4685 implements ACLs for HDFS, which can benefit from the INode features
> introduced in HDFS-5284. The current code separates the INode feature of
> INodeFile and INodeDirectory into two different class hierarchies. This
> hinders the implementation of ACL since ACL is a concept that applies to both
> INodeFile and INodeDirectory.
> This jira proposes to merge the two class hierarchies (i.e.,
> INodeDirectory.Feature and INodeFile.Feature) to simplify the implementation
> of ACLs.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)