Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3.1, 2.0.0
-
None
-
Reviewed
Description
This patch provides user an ability to have a custom meta table suffix.
In order to share a common rootDir amongst multiple HBase clusters, we need separate meta table for each cluster.
With custom meta table suffix, the meta table is named in the form of meta_
making it specific to a cluster.
Users can specify the meta table suffix as part of hbase-site.xml.