If a data block is replicated, in which data node will it be replicated to? Is there any tool to show where the replicated blocks are present?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you know the filename, you can look this up through the DFS browser. Go to your namenode web interface, say "browse the filesystem" and navigate to the file you're interested in. In the bottom of the page, there will be a list of all blocks in the file, and where each of those blocks is located. Alternatively, you could run:
Which will report on all blocks and all their locations. |
|||||
|