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')
あなたが見ることができるいくつかのライブラリがあります: