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

Andrew Purtell commented on HBASE-15294:
----------------------------------------

Cool, I wonder if you might be able to use an example from your prod with 
internal particulars replaced with generic strings and annotate it?

> Document advanced replication configurations with security
> ----------------------------------------------------------
>
>                 Key: HBASE-15294
>                 URL: https://issues.apache.org/jira/browse/HBASE-15294
>             Project: HBase
>          Issue Type: Task
>          Components: documentation
>            Reporter: Gary Helmling
>            Assignee: Gary Helmling
>
> HBASE-14866 fixed handling of source and cluster replication configs for some 
> replication tools, needed, for example, for correct handling of some 
> cross-realm trust security configurations.
> We need to document some examples in the reference guide.  One examle, to 
> configure a replication peer with different server principals:
> {noformat}
> add_peer '1', CLUSTER_KEY => "server1.cie.com:2181:/hbase",
>     CONFIG => {
>         'hbase.master.kerberos.principal' => 'hbase/[email protected]',
>         'hbase.regionserver.kerberos.principal' => 
> 'hbase/[email protected]',
>     }
> {noformat}
> Additional arguments to VerifyReplication should also be documented in the 
> usage output.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to