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.
Hadoop ファイル システムで、ファイルが分割されたブロック数を確認するにはどうすればよいですか?
特定のファイルのブロックを知るには、hadoop ファイル システム チェック コマンドを使用できます。
以下はコマンドです:
hadoop fsck [path] [options]
特定のファイルのブロックを表示するには:
hadoop fsck /path/to/file -files -blocks