[
https://issues.apache.org/jira/browse/HDFS-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hairong Kuang updated HDFS-1091:
--------------------------------
Attachment: HdfsListStatusIterator.patch
Here is a patch that provides an efficient implementation of listStatus that
returns an iterator in Hdfs. It modifies TestFileStatus to use the new
FileContext#listStatus API implemented in HADOOP-6692. It also included a minor
fix on Hdfs#listStatus that is supposed to get into HDFS-985 but did not make
it by mistake.
> Implement listStatus that returns an Iterator of FileStatus
> ------------------------------------------------------------
>
> Key: HDFS-1091
> URL: https://issues.apache.org/jira/browse/HDFS-1091
> Project: Hadoop HDFS
> Issue Type: New Feature
> Affects Versions: 0.22.0
> Reporter: Hairong Kuang
> Assignee: Hairong Kuang
> Fix For: 0.22.0
>
> Attachments: HdfsListStatusIterator.patch
>
>
> This jira is for an efficient implementation of the method
> Iterator<FileStatus> listStatus(Path) in HDFS.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.