Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-15814

Miss important information in Document of HBase Security

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Incomplete
    • None
    • None
    • documentation
    • None

    Description

      I have deployed secure cluster recently, and found we miss important information in http://hbase.apache.org/book.html#security

      Some configurations like

      <property>
        <name>hbase.regionserver.kerberos.principal</name> 
        <value>hbase/_HOST@YOUR-REALM.COM</value> 
      </property> 
      
      <property> 
        <name>hbase.regionserver.keytab.file</name> 
        <value>/etc/hbase/conf/hbase.keytab</value> 
      </property>
      
      <property> 
        <name>hbase.master.kerberos.principal</name> 
        <value>hbase/_HOST@YOUR-REALM.COM</value> 
      </property> 
      
      <property> 
      <name>hbase.master.keytab.file</name> 
      <value>/etc/hbase/conf/hbase.keytab</value> 
      </property>
      

      And i found more detailed document in http://www.cloudera.com/documentation/enterprise/5-5-x/topics/cdh_sg_hbase_authentication.html

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              chenheng Heng Chen
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: