[
https://issues.apache.org/jira/browse/HDFS-8462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14599091#comment-14599091
]
Akira AJISAKA commented on HDFS-8462:
-------------------------------------
Thanks [~jagadesh.kiran] for updating the patch. One comment:
{code:title=TestOfflineImageViewerForXAttr.java}
try (DistributedFileSystem hdfs = cluster.getFileSystem()) {
{code}
You don't need to use try-with-resources in the method. {{cluster.shutdown()}}
will close its FileSystem.
> Implement GETXATTRS and LISTXATTRS operation for WebImageViewer
> ---------------------------------------------------------------
>
> Key: HDFS-8462
> URL: https://issues.apache.org/jira/browse/HDFS-8462
> Project: Hadoop HDFS
> Issue Type: New Feature
> Reporter: Akira AJISAKA
> Assignee: Jagadesh Kiran N
> Attachments: HDFS-8462-00.patch, HDFS-8462-01.patch,
> HDFS-8462-02.patch, HDFS-8462-03.patch, HDFS-8462-04.patch
>
>
> In Hadoop 2.7.0, WebImageViewer supports the following operations:
> * {{GETFILESTATUS}}
> * {{LISTSTATUS}}
> * {{GETACLSTATUS}}
> I'm thinking it would be better for administrators if {{GETXATTRS}} and
> {{LISTXATTRS}} are supported.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)