Steve Loughran created HADOOP-17491:
---------------------------------------

             Summary: Implement listFiles(path, recursive=true)
                 Key: HADOOP-17491
                 URL: https://issues.apache.org/jira/browse/HADOOP-17491
             Project: Hadoop Common
          Issue Type: Sub-task
          Components: fs/azure
    Affects Versions: 3.3.0
            Reporter: Steve Loughran


Azure storage and the abfs client offer recursive listings, but currently 
there's no listFiles() method to connect to it; instead the base FileSystem 
implementation is used, which uses listStatus and treewalks.

Implementing a listFiles(path, recursive) could offer significant speedups to 
applications which use it, for example HIVE-24669.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to