adspace
How blocks are distributed among all data nodes for a particular chunk of data?
Answer Posted / Yogendra Kumar
In Apache Hadoop, when a block of data is added to the system, it is broken down into smaller chunks (64 MB by default) and distributed across multiple DataNodes. The choice of which DataNode receives each chunk is based on the replica placement policy.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers