HBASE-17967 (Addendum) Fix wrong explanation about how we store the 'hbase:meta'

This commit is contained in:
Chia-Ping Tsai 2017-09-12 00:03:46 +08:00
parent 90c15bae8d
commit 48fd0f9329
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ The catalog table `hbase:meta` exists as an HBase table and is filtered out of t
[[arch.catalog.meta]]
=== hbase:meta
The `hbase:meta` table (previously called `.META.`) keeps a list of all regions in the system and is stored in ZooKeeper.
The `hbase:meta` table (previously called `.META.`) keeps a list of all regions in the system, and the location of `hbase:meta` is stored in ZooKeeper.
The `hbase:meta` table structure is as follows: