0 votes
in HBase by

What is the information stored in hbase:meta tablein HBase?

1 Answer

0 votes
by

The Hbase:meta tables stores details of region in the system in the following format.

info:regioninfo (serialized HRegionInfo instance for this region)

info:server (server:port of the RegionServer containing this region)

info:serverstartcode (start-time of the RegionServer process containing this region)

Related questions

0 votes
asked Jun 13, 2020 in HBase by Robindeniel
+1 vote
asked Jun 13, 2020 in HBase by Robindeniel
...