+2 votes
in Hadoop by
What are the major difference between an HDFS block and an InputSplit.

1 Answer

0 votes
by

HDFS block is physical chunk of data in a disk. For e.g. if you have block of 64 MB and a file of size 50 MB, then block 1 will be taken by record 1 but record 2 will not fit completely and ends in block 2. InputSplit is a Java class that points to start and end location in the block.

Related questions

0 votes
0 votes
asked Jun 22, 2023 in HDFS by rajeshsharma
+3 votes
asked Nov 25, 2022 in Hadoop by john ganales
...