[
https://issues.apache.org/jira/browse/HDFS-6170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13963778#comment-13963778
]
Akira AJISAKA commented on HDFS-6170:
-------------------------------------
I tried to execute "hdfs dfs -ls webhdfs://foo" to get the list with the patch,
but failed to get it because {{Ls}} actually calls {{GETACLSTATUS}} operation.
{code}
[root@trunk ~]# hdfs dfs -ls webhdfs://localhost:5978/
14/04/09 11:53:04 WARN util.NativeCodeLoader: Unable to load native-hadoop
library for your platform... using builtin-java classes where applicable
Found 1 items
ls: Unexpected HTTP response: code=400 != 200, op=GETACLSTATUS, message=Bad
Request
{code}
I'll create a separate jira to handle {{GETACLSTATUS}} operation.
> Support GETFILESTATUS operation in WebImageViewer
> -------------------------------------------------
>
> Key: HDFS-6170
> URL: https://issues.apache.org/jira/browse/HDFS-6170
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: tools
> Affects Versions: 2.5.0
> Reporter: Akira AJISAKA
> Assignee: Akira AJISAKA
> Labels: newbie
> Attachments: HDFS-6170.patch
>
>
> WebImageViewer is created by HDFS-5978 but now supports only {{LISTSTATUS}}
> operation. {{GETFILESTATUS}} operation is required for users to execute "hdfs
> dfs -ls webhdfs://foo" on WebImageViewer.
--
This message was sent by Atlassian JIRA
(v6.2#6252)