Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

I need steps to configure Master Master HBase replication, how can we implement kerberos also, so that replicated blocks goes encrpted over WAN, Also how can we measure replication lag/health

New Contributor
 
2 REPLIES 2

Kerberos is an authentication protocol, not a system for wire-encrypting data. You set the quality of protection on SASL to privacy to enable wire encryption (which requires Kerberos to be enabled): https://hbase.apache.org/book.html#_client_side_configuration_for_secure_operation

JMX metrics that HBase exports include replication latency. Additionally, the HBase shell "status, 'replication'" command.

A "Master Master" replication scenario is not unique from a "Master Slave" replication scenario. Follow the standard procedures to configure one cluster to replicate to another, and then vice versa: https://hbase.apache.org/book.html#_cluster_replication

New Contributor

JMX metrics that HBase exports include replication latency

@Josh Elser , I was not able to find this exact metric. Do you have a link or something how to find this metric ?

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.