[ 
https://issues.apache.org/jira/browse/HDFS-10823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15453738#comment-15453738
 ] 

Andrew Wang commented on HDFS-10823:
------------------------------------

Looking at the HttpFS code, it's a bit tricky to do this. HttpFS uses the 
FileSystem interface, which doesn't have an appropriate listStatus method for 
implementing a cursor. So, we need an API like the one HDFS-9366 added to 
FileSystem, and then overriding implementations in the FileSystem subclasses we 
care about.

[~xiaochen] any thoughts here? This is turning out to be more work than I 
expected.

> Implement HttpFSFileSystem#listStatusIterator
> ---------------------------------------------
>
>                 Key: HDFS-10823
>                 URL: https://issues.apache.org/jira/browse/HDFS-10823
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: httpfs
>    Affects Versions: 2.6.4
>            Reporter: Andrew Wang
>            Assignee: Andrew Wang
>
> Let's expose the same functionality added in HDFS-10784 for WebHDFS in HttpFS 
> too.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to