Google News
logo
Hadoop - Interview Questions
Which Command is used to find the status of the Blocks and File-system health?
The command used to find the status of the block  is :  hdfs fsck <path> -files –blocks
And the command used to find File-system health is : hdfs fsck/ -files –blocks –locations > dfs-fsck.log
Advertisement