[
https://issues.apache.org/jira/browse/HBASE-12619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ramkrishna.s.vasudevan updated HBASE-12619:
-------------------------------------------
Release Note:
Allows the visibility tags to be replicated as Strings to the peer cluster.
Useful in cases where the peer cluster and the source cluster does not have a
common global LABELs table.
In order to enable this feature configure the below property in hbase-site.xml
<property>
<name>
hbase.coprocessor.regionserver.classes
</name>
<value>
org.apache.hadoop.hbase.security.visibility.VisibilityController$VisibilityReplication
</value>
<property>
> Backport HBASE-11639 (Replicate the visibility of Cells as strings) to 0.98
> ---------------------------------------------------------------------------
>
> Key: HBASE-12619
> URL: https://issues.apache.org/jira/browse/HBASE-12619
> Project: HBase
> Issue Type: Improvement
> Components: security
> Affects Versions: 0.98.8
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Labels: visibility
> Fix For: 0.98.9
>
> Attachments: HBASE-11639_0.98_1.patch
>
>
> Raising a back port issue for HBASE-11639. We have the patch ready just need
> to see how we are handling the new CP hook in RS Observer.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)