InterviewSolution
Saved Bookmarks
| 1. |
What is the information stored in hbase:meta table? |
|
Answer» 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) |
|