[ 
https://issues.apache.org/jira/browse/HADOOP-12163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arpit Agarwal updated HADOOP-12163:
-----------------------------------
    Description: 
The following xattr APIs should be added to the [FileSystem 
specification|https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/filesystem/filesystem.html]
# setXAttr(Path path, String name, byte[] value)
# setXAttr(Path path, String name, byte[] value, EnumSet<XAttrSetFlag> flag)
# getXAttr(Path path, String name)
# Map<String, byte[]> getXAttrs(Path path, List<String> names)
# listXAttrs(Path path)
# removeXAttr(Path path, String name)

  was:
The following ACL APIs should be added to the [FileSystem 
specification|https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/filesystem/filesystem.html]
# modifyAclEntries
# removeAclEntries
# removeDefaultAcl
# removeAcl
# setAcl
# getAclStatus 


> Add xattr APIs to the FileSystem specification
> ----------------------------------------------
>
>                 Key: HADOOP-12163
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12163
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Arpit Agarwal
>              Labels: newbie
>
> The following xattr APIs should be added to the [FileSystem 
> specification|https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/filesystem/filesystem.html]
> # setXAttr(Path path, String name, byte[] value)
> # setXAttr(Path path, String name, byte[] value, EnumSet<XAttrSetFlag> flag)
> # getXAttr(Path path, String name)
> # Map<String, byte[]> getXAttrs(Path path, List<String> names)
> # listXAttrs(Path path)
> # removeXAttr(Path path, String name)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to