InterviewSolution
Saved Bookmarks
| 1. |
Which hdfs command is used to check for various inconsistencies?(a) fsk(b) fsck(c) fetchdt(d) none of the mentioned |
|
Answer» Right choice is (b) fsck The best I can explain: fsck is designed for reporting problems with various files, for example, missing blocks for a file or under-replicated blocks. |
|