[ https://issues.apache.org/jira/browse/HADOOP-17281?focusedWorklogId=495906&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-495906
]
ASF GitHub Bot logged work on HADOOP-17281:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 06/Oct/20 13:38
Start Date: 06/Oct/20 13:38
Worklog Time Spent: 10m
Work Description: mukund-thakur commented on a change in pull request #2354:
URL: https://github.com/apache/hadoop/pull/2354#discussion_r500284497
##########
File path: hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DistributedFileSystem.java
##########
@@ -1107,6 +1107,7 @@ public Void next(final FileSystem fs, final Path p)
}
HdfsFileStatus[] partialListing = thisListing.getPartialListing();
+
Review comment:
Please remove this before merging. Was just added to trigger hdfs tests by yetus.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
Issue Time Tracking
-------------------
Worklog Id: (was: 495906)
Time Spent: 1h 50m (was: 1h 40m)
> Implement FileSystem.listStatusIterator() in S3AFileSystem
> ----------------------------------------------------------
>
> Key: HADOOP-17281
> URL: https://issues.apache.org/jira/browse/HADOOP-17281
> Project: Hadoop Common
> Issue Type: Task
> Components: fs/s3
> Affects Versions: 3.3.0
> Reporter: Mukund Thakur
> Assignee: Mukund Thakur
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> 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]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org
|