[ 
https://issues.apache.org/jira/browse/HDFS-12139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yongjun Zhang updated HDFS-12139:
---------------------------------
    Attachment: HDFS-12139.001.patch

> liststatus returns incorrect pathSuffix for path of file
> --------------------------------------------------------
>
>                 Key: HDFS-12139
>                 URL: https://issues.apache.org/jira/browse/HDFS-12139
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: httpfs
>            Reporter: Yongjun Zhang
>            Assignee: Yongjun Zhang
>         Attachments: HDFS-12139.001.patch
>
>
> Per the following logs, we can see that liststatus returns the same 
> pathSuffix "test.txt" for  /tmp/yj/yj1 and /tmp/yj/yj1/test.txt, which is 
> wrong. The pathSuffix for the latter should be empty. 
> [thost ~]$ hadoop fs -copyFromLocal test.txt /tmp/yj/yj1
> [thost ~]$ curl 
> "http://thost.x.y:14000/webhdfs/v1/tmp/yj/yj1?op=LISTSTATUS&user.name=tuser";
> {"FileStatuses":{"FileStatus":[{"pathSuffix":"test.txt","type":"FILE","length":16,"owner":"tuser","group":"supergroup","permission":"644","accessTime":1500007684989,"modificationTime":1500007685286,"blockSize":134217728,"replication":3}]}}
> [thost ~]$ curl 
> "http://thost.x.y:14000/webhdfs/v1/tmp/yj/yj1/test.txt?op=LISTSTATUS&user.name=tuser";
> {"FileStatuses":{"FileStatus":[{"pathSuffix":"test.txt","type":"FILE","length":16,"owner":"tuser","group":"supergroup","permission":"644","accessTime":1500007684989,"modificationTime":1500007685286,"blockSize":134217728,"replication":3}]}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to