You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Gary Helmling (JIRA)" <ji...@apache.org> on 2016/02/19 21:48:18 UTC

[jira] [Created] (HBASE-15294) Document advanced replication configurations with security

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/instance2@REALM2.COM',
        'hbase.regionserver.kerberos.principal' => 'hbase/instance2@REALM2.COM',
    }
{noformat}

Additional arguments to VerifyReplication should also be documented in the usage output.



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