[
https://issues.apache.org/jira/browse/HADOOP-12163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Masatake Iwasaki updated HADOOP-12163:
--------------------------------------
Issue Type: Sub-task (was: Bug)
Parent: HADOOP-12177
> 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
> Assignee: Brahma Reddy Battula
> 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)