0 votes
in Big Data | Hadoop by

Explain about the different catalog tables in HBase?

1 Answer

0 votes
by

The two important catalog tables in HBase, are ROOT and META. ROOT table tracks where the META table is and META table stores all the regions in the system.

...