How HDFS client divide the file into the block while storing inside HDFS?
Answer Posted / Trapti Awasthi
When a file is written to HDFS, the client divides it into blocks based on the configured block size. The number of blocks required is calculated as the file size divided by the block size. The client then sends these blocks to DataNodes for storage.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category