Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 Python 遍历 HDFS?如果可能,我该怎么做?谢谢!
基于 libhdfs3 的 hdfs3 支持这个
from hdfs3 import HDFileSystem hdfs = HDFileSystem() hdfs.walk('/path/to/directory')
您可以查看一些库: