dask / hdfs3

A wrapper for libhdfs3 to interact with HDFS from Python
http://hdfs3.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
136 stars 40 forks source link

Walk matches `os.walk` behavior #141

Closed jcrist closed 6 years ago

jcrist commented 6 years ago

Currently this interface doesn't match the standard os.walk interface, which returns an iterator of dirname, dirs, files. This fixes that, and cleans up a few other methods that were using walk.

Note that I'm not sure if we should deprecate the old interface (how many people rely on this functionality?), and if so how should we go about doing the deprecation.

jcrist commented 6 years ago

Ping @martindurant.

jcrist commented 6 years ago

Got the ok to merge offline. Merging.