RE: FileSystem iterative or limited alternative to listStatus()

2014-01-12 Thread John Lilley
: Saturday, January 11, 2014 4:58 PM To: common-u...@hadoop.apache.org Subject: Re: FileSystem iterative or limited alternative to listStatus() Can you utilize the following API ? public FileStatus[] listStatus(Path f, PathFilter filter) Cheers On Sat, Jan 11, 2014 at 3:52 PM, John Lilley

Re: FileSystem iterative or limited alternative to listStatus()

2014-01-11 Thread Ted Yu
Can you utilize the following API ? public FileStatus[] listStatus(Path f, PathFilter filter) Cheers On Sat, Jan 11, 2014 at 3:52 PM, John Lilley john.lil...@redpoint.netwrote: Is there an HDFS file system method for listing a directory contents iteratively, or at least stopping at some