You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Romain Rigaux (JIRA)" <ji...@apache.org> on 2016/03/17 02:50:33 UTC

[jira] [Created] (HDFS-10176) WebHdfs LISTSTATUS does not offer any sorting

Romain Rigaux created HDFS-10176:
------------------------------------

             Summary: 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)