Add link to Matteo's article on authentication... to security section

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391132 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-09-27 17:37:43 +00:00
parent 737cc086ab
commit 9b91f5d9e6
2 changed files with 6 additions and 4 deletions

View File

@ -313,11 +313,12 @@ to ensure well-formedness of your document after an edit session.
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">

View File

@ -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>