[
https://issues.apache.org/jira/browse/HDFS-6430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yi Liu updated HDFS-6430:
-------------------------
Attachment: HDFS-6430.4.patch
Alejandro, thanks for your review. The new patch includes update for your
comments.
{quote}
PBHelper.java, this seems like a false change
HttpFSUtils.java, new createURL(), we should URLEncoder.encode() the name of
the multivalue parameter as well.
{quote}
I have updated them.
{quote}
Are testing the case of a FileSystem that does not support xAttrs?
{quote}
We are testing the case of FileSystem with XAttrs support. In the new patch, I
specify the flag explicitly:
{code}
conf.setBoolean(DFSConfigKeys.DFS_NAMENODE_XATTRS_ENABLED_KEY, true);
{code}
> HTTPFS - Implement XAttr support
> --------------------------------
>
> Key: HDFS-6430
> URL: https://issues.apache.org/jira/browse/HDFS-6430
> Project: Hadoop HDFS
> Issue Type: Task
> Affects Versions: 3.0.0
> Reporter: Yi Liu
> Assignee: Yi Liu
> Fix For: 3.0.0
>
> Attachments: HDFS-6430.1.patch, HDFS-6430.2.patch, HDFS-6430.3.patch,
> HDFS-6430.4.patch, HDFS-6430.patch
>
>
> Add xattr support to HttpFS.
--
This message was sent by Atlassian JIRA
(v6.2#6252)