Description
Add a method Iterator<FileStatus> listStatus(Path), which allows HDFS client not to have the whole listing in the memory, benefit more from the iterative listing added in HDFS-985. Move the current FileStatus[] listStatus(Path) to be a utility method.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-1091 Implement listStatus that returns an Iterator of FileStatus
- Closed