Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Big Data Hadoop & Spark by (6.5k points)
I understand what 'fsck' does in local filesystems. How is that logic implemented in Hadoop?

1 Answer

0 votes
by (11.3k points)

In Hadoop, when we use the 'fsck' command inside the HDFS, the inconsistencies present inside the HDFS data are checked for and if there are certain issues being encountered, the problems (eg: underreplicated blocks or missing blocks) are detected and reported. 

If the failure is recoverable, the NameNode will resolve it after the issue has been reported by the tool.  

Browse Categories

...