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

Brahma Reddy Battula updated HADOOP-12163:
------------------------------------------
    Assignee:     (was: Brahma Reddy Battula)

> Add xattr APIs to the FileSystem specification
> ----------------------------------------------
>
>                 Key: HADOOP-12163
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12163
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          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