You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2012/09/27 19:37:43 UTC

svn commit: r1391132 - in /hbase/trunk/src/docbkx: configuration.xml security.xml

Author: stack
Date: Thu Sep 27 17:37:43 2012
New Revision: 1391132

URL: http://svn.apache.org/viewvc?rev=1391132&view=rev
Log:
Add link to Matteo's article on authentication... to security section

Modified:
    hbase/trunk/src/docbkx/configuration.xml
    hbase/trunk/src/docbkx/security.xml

Modified: hbase/trunk/src/docbkx/configuration.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/configuration.xml?rev=1391132&r1=1391131&r2=1391132&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/configuration.xml (original)
+++ hbase/trunk/src/docbkx/configuration.xml Thu Sep 27 17:37:43 2012
@@ -313,11 +313,12 @@ to ensure well-formedness of your docume
         its hung up.</para>
 
        <section xml:id="hadoop.security">
-          <title>Hadoop Security</title>
+          <title>HBase on Secure Hadoop</title>
           <para>HBase will run on any Hadoop 0.20.x that incorporates Hadoop
           security features -- e.g. Y! 0.20S or CDH3B3 -- as long as you do as
           suggested above and replace the Hadoop jar that ships with HBase
-          with the secure version.</para>
+          with the secure version.  If you want to read more about how to setup
+          Secure HBase, see <xref linkend="hbase.secure.configuration" />.</para>
        </section>
            
        <section xml:id="dfs.datanode.max.xcievers">

Modified: hbase/trunk/src/docbkx/security.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/security.xml?rev=1391132&r1=1391131&r2=1391132&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/security.xml (original)
+++ hbase/trunk/src/docbkx/security.xml Thu Sep 27 17:37:43 2012
@@ -29,8 +29,9 @@
 <title>Secure HBase</title>
 <section xml:id="hbase.secure.configuration">
     <title>Secure Client Access to HBase</title>
-    <para>Newer releases of HBase (&gt;= 0.92) support optional SASL authentication of clients.</para>
-    <para>This describes how to set up HBase and HBase clients for connection to secure HBase resources. </para>
+    <para>Newer releases of HBase (&gt;= 0.92) support optional SASL authentication of clients<footnote><para>See
+    also Matteo Bertozzi's article on <link xlink:href="http://www.cloudera.com/blog/2012/09/understanding-user-authentication-and-authorization-in-apache-hbase/">Understanding User Authentication and Authorization in Apache HBase</link>.</para></footnote>.</para>
+    <para>This describes how to set up HBase and HBase clients for connection to secure HBase resources.</para>
 
     <section><title>Prerequisites</title>
     <para>