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.

HDFS block storage clarification

avatar
Expert Contributor

If a file of size 10 MB is copied on to HDFS of block size 256 MB, then how much storage will be allocated to the file on HDFS ? Let us assume replication factor is 3 so it will occupy (256 MB)*3 on HDFS.Please correct me if i am wrong?

1 ACCEPTED SOLUTION

avatar
Super Guru

no it will occupy 3*10 = 30M on hdfs,HDFS capacity is consumed based on the actual file size but a block is consumed per file

View solution in original post

3 REPLIES 3

avatar
Super Guru

no it will occupy 3*10 = 30M on hdfs,HDFS capacity is consumed based on the actual file size but a block is consumed per file

avatar
Expert Contributor

ok.In that case 768(256*3)-30=738MB is used for other files or is it waste of memory?

avatar
Super Guru

@vamsi valiveti rest of the memory is used by other files.