You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hairong Kuang (JIRA)" <ji...@apache.org> on 2010/04/08 23:36:36 UTC

[jira] Created: (HADOOP-6692) Propose change to FileContext#listStatus

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.