Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.0
Description
Currently S3AFileSystem only implements listStatus() api which returns an array. Once we implement the listStatusIterator(), clients can benefit from the async listing done recently
https://issues.apache.org/jira/browse/HADOOP-17074 by performing some tasks on files while iterating them.
CC stevel
Attachments
Issue Links
- breaks
-
HDFS-15620 RBF: Fix test failures after HADOOP-17281
- Resolved
- causes
-
HADOOP-17695 adls test suite TestAdlContractGetFileStatusLive failing with no assertJ on the classpath
- Open
-
HDFS-15626 TestWebHDFS.testLargeDirectory failing
- Resolved
- contains
-
HADOOP-17300 FileSystem.DirListingIterator.next() call should return NoSuchElementException
- Resolved
- relates to
-
HADOOP-16830 Add Public IOStatistics API
- Resolved
- links to