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.
HDFS に保存されている各ファイルの最終アクセス日、変更日、名前、サイズなどの情報を取得できるかどうかを知りたいです。
私はスネークバイトを使用して HDFS とのスクリプト接続を作成することを考えましたが、MrJob モジュールを使用して各ファイルから必要な情報を取得できるかどうかを知りたいと考えました。
例:
file_name = os.environ['file']
可能であれば、これを手伝ってください。彼らが別のことを知っていれば、私も受け入れます。