[
https://issues.apache.org/jira/browse/HADOOP-17275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572011#comment-17572011
]
Steve Loughran commented on HADOOP-17275:
-----------------------------------------
rely on IOStatsContext for the context stats...we should make sure that
LocatedStatusFetcher does the right thing with its subtasks
> Implement Incremental globStatus() -> RemoteIterator class
> ----------------------------------------------------------
>
> Key: HADOOP-17275
> URL: https://issues.apache.org/jira/browse/HADOOP-17275
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs
> Affects Versions: 3.3.0
> Reporter: Steve Loughran
> Priority: Major
>
> globStatus/globber is inefficient, not incremental and doesn't provide a way
> to query any IOStatistics.
> Proposed:
> * new IncrementalGlobber class which takes an interface to the file source
> (+impls for FS and FC) which offer the incremental ops
> * use incremental listStatusIncremental calls
> * or, if no wildcards, full deep listFiles(recursive)
> * collect IOStatistics from source ops, aggregate and serve
> Potentially a lot of work...need to look carefully here
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]