InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by FSCK? |
|
Answer» FSCK stands for File System Consistency Check. Briefly, we can define FSCK as a COMMAND that is used in order to check any INCONSISTENCIES or any problems in HDFS file system or at the HDFS level. Syntax of using FSCK command is as below. hadoop fsck [ GENERIC OPTIONS] < PATH > [-delete | -MOVE | -openforwrite ] [-files [ -blocks [ -locations | -racks] ] ] |
|