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:
parent
737cc086ab
commit
9b91f5d9e6
|
@ -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">
|
||||
|
|
|
@ -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 (>= 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 (>= 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>
|
||||
|
|
Loading…
Reference in New Issue