0 votes
in Hadoop by
What are the two types of metadata that a NameNode server holds?

1 Answer

0 votes
by

What are the two types of metadata that a NameNode server holds?

The two types of metadata that a NameNode server holds are:

Metadata in Disk - This contains the edit log and the FSImage

Metadata in RAM - This contains the information about DataNodes

...