Dibyendu Karmakar created HDFS-13386:
----------------------------------------

             Summary: RBF: wrong date information in list file(-ls) result
                 Key: HDFS-13386
                 URL: https://issues.apache.org/jira/browse/HDFS-13386
             Project: Hadoop HDFS
          Issue Type: Sub-task
            Reporter: Dibyendu Karmakar
            Assignee: Dibyendu Karmakar


# hdfs dfs -ls 

!image-2018-04-03-11-52-57-764.png!

this is happening because getMountPointDates is not implemented 
{code:java}
private Map<String, Long> getMountPointDates(String path) {
Map<String, Long> ret = new TreeMap<>();
// TODO add when we have a Mount Table
return ret;
}
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to