+1 vote
in Hadoop by
If you have an input file of 350 MB, how many input splits would HDFS create and what would be the size of each input split?

1 Answer

0 votes
by
If you have an input file of 350 MB, how many input splits would HDFS create and what would be the size of each input split?

By default, each block in HDFS is divided into 128 MB. The size of all the blocks, except the last block, will be 128 MB. For an input file of 350 MB, there are three input splits in total. The size of each split is 128 MB, 128MB, and 94 MB.

mb-data

Related questions

0 votes
asked Feb 23, 2020 in Big Data | Hadoop by rahuljain1
0 votes
asked Mar 27, 2020 in Big Data | Hadoop by rajeshsharma
...