30.Which command does Hadoop offer to discover missing or corrupt HDFS data?
A. Hdfs fs -du
B. Hdfs fsck
C. Dskchk
D. The map-only checksum
E. Hadoop does not provide any tools to discover missing or corrupt data; there is not need because three replicas are kept for each data block
Answer: B
explanation:
A,C没有此命令
Reference:https://twiki.grid.iu.edu/bin/view/Storage/HadoopRecovery
Hadoop's fsck utility will show Status: CORRUPT in its output whenever a file is corrupt. The following command will display the status for your entire filesystem namespace.