What is the main purpose of HDFS fsck command

600    Asked by DeepakMistry in Python , Asked on Jul 14, 2021

 not available

Answered by Endo Kobayashi

Hadoop fsck is used to check the health of the file system, to find missing files, over replicated, under replicated and corrupted blocks. Command for finding the block for a file:

$ hdfs fsck /



Your Answer

Interviews

Parent Categories