[ 
https://issues.apache.org/jira/browse/HBASE-29082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17929458#comment-17929458
 ] 

Abhishek Kothalikar commented on HBASE-29082:
---------------------------------------------

Yes, we are trying to use different meta table for another cluster and keeping 
rest of the tables as they are. I think that information from rest of the 
tables can be shared. 
{code:java}
hbase:meta
 stores the metadata about all the user tables. Tracks region assignments and 
helps in locating regions for read and write operations.
hbase:namespace
 Tracks user defined namespaces
 NAMESPACE_TABLE_NAME
hbase:acl
 Tracks permissions of users and groups on hbase resources like tables, column 
families
 ACL_TABLE_NAME
hbase:replication
 Stores state of replication between 2 clusters {code}

> Add custom meta table name suffix
> ---------------------------------
>
>                 Key: HBASE-29082
>                 URL: https://issues.apache.org/jira/browse/HBASE-29082
>             Project: HBase
>          Issue Type: Sub-task
>          Components: master, meta
>            Reporter: Andor Molnar
>            Assignee: Abhishek Kothalikar
>            Priority: Major
>              Labels: pull-request-available
>
> Add support for custom meta table name and ability to start cluster on the 
> same storage location. 
> New config setting:
> |*Config*|*Default* |*Explanation*|
> |hbase.meta.table.suffix|“”|Adds a suffix to the meta table name: 
> value=’test’ -> ‘hbase:meta_test’|



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to