Details
Description
- hdfs dfs -ls
this is happening because getMountPointDates is not implemented
private Map<String, Long> getMountPointDates(String path) { Map<String, Long> ret = new TreeMap<>(); // TODO add when we have a Mount Table return ret; }
Attachments
Attachments
Issue Links
- relates to
-
HDFS-13453 RBF: getMountPointDates should fetch latest subdir time/date when parent dir is not present but /parent/child dirs are present in mount table
- Resolved