Yong Zhang created HDFS-8598: -------------------------------- Summary: Add BlockLocation for HdfsFileStatus and FileStatus Key: HDFS-8598 URL: https://issues.apache.org/jira/browse/HDFS-8598 Project: Hadoop HDFS Issue Type: Improvement Reporter: Yong Zhang Assignee: Yong Zhang
If we want to get all files block locations in one directory, we have to call getFileBlockLocations for each file, it will take long time because of too many request. Add BlockLocation for HdfsFileStatus and FileStatus can save much time -- This message was sent by Atlassian JIRA (v6.3.4#6332)