+3 votes
in Hadoop by
What do you mean by indexing in HDFS?

1 Answer

0 votes
by

HDFS indexes data blocks based on their sizes. The end of a data block points to the address of where the next chunk of data blocks get stored. The DataNodes store the blocks of data while NameNode stores these data blocks.

Related questions

+1 vote
asked Jan 13, 2023 in Hadoop by john ganales
0 votes
asked Nov 7, 2020 in Hadoop by SakshiSharma
...