What is a block in HDFS 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at the International Atomic Energy Agency, Lives in Vienna, Austria.
Data Replication. HDFS is designed to reliably store very large files across machines in a large cluster. It stores each file as a sequence of blocks; all blocks in a file except the last block are the same size. The blocks of a file are replicated for fault tolerance.
2023-05-09 12:11:18
评论(499)
Helpful(122)
Helpful
Helpful(2)

Lucas Martin
QuesHub.com delivers expert answers and knowledge to you.
Data Replication. HDFS is designed to reliably store very large files across machines in a large cluster. It stores each file as a sequence of blocks; all blocks in a file except the last block are the same size. The blocks of a file are replicated for fault tolerance.