Gary Helmling created HBASE-15294:
-------------------------------------

             Summary: 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