Propose change to FileContext#listStatus ----------------------------------------
Key: HADOOP-6692 URL: https://issues.apache.org/jira/browse/HADOOP-6692 Project: Hadoop Common Issue Type: Sub-task Reporter: Hairong Kuang Assignee: Hairong Kuang 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. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.