+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.

...