[
https://issues.apache.org/jira/browse/HDFS-10176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15694182#comment-15694182
]
Lucas Lustosa Madureira commented on HDFS-10176:
------------------------------------------------
I've noticed the class FileSystem has been updated. Here is the [new
patch|http://pastebin.com/raw/c9C56CE7] against the [latest
commit|https://github.com/apache/hadoop/commit/01665e456de8d79000ce273dded5ea53aa62965a].
> WebHdfs LISTSTATUS does not offer any sorting
> ---------------------------------------------
>
> Key: HDFS-10176
> URL: https://issues.apache.org/jira/browse/HDFS-10176
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: webhdfs
> Affects Versions: 2.7.0
> Reporter: Romain Rigaux
>
> http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html#List_a_Directory
> Times, names, sizes would allow a Web client to offer a richer experience to
> its user:
> {code}
> {
> "accessTime" : 1320171722771,
> "blockSize" : 33554432,
> "group" : "supergroup",
> "length" : 24930,
> "modificationTime": 1320171722771,
> "owner" : "webuser",
> "pathSuffix" : "a.patch",
> "permission" : "644",
> "replication" : 1,
> "type" : "FILE"
> },
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]