InterviewSolution
Saved Bookmarks
| 1. |
What is the main purpose of HDFS fsck command and its usage/command ? |
|
Answer» FSCK a utility to CHECK HEALTH of the FILE SYSTEM, to find missing files, over-replicated, under-replicated and corrupted blocks. Command for finding the blocks for a file: $ hadoop fsck -files -blocks –racks |
|