You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Brahma Reddy Battula (JIRA)" <ji...@apache.org> on 2016/02/22 09:45:18 UTC

[jira] [Updated] (HADOOP-12163) Add xattr APIs to the FileSystem specification

     [ 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)