Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Consulting the HDFS cluster storage of a file

avatar
Visitor

Hi,

 

I am newbie in Hadoop. I want to know how to get information of the storage of a file in HDFS.

I have a master and 10 workers. I am connected to the master, in the master I make a put to HDFS

for a local file. I would like to know if there is any command to know how has been distributed this file in

the different nodes of the cluster

 

Thanks in advance

1 ACCEPTED SOLUTION

avatar
hdfs fsck will give you answers for your questions, there are multiple command line parameters, you can show the block's location as well.

View solution in original post

1 REPLY 1

avatar
hdfs fsck will give you answers for your questions, there are multiple command line parameters, you can show the block's location as well.