Author: stack
Date: Thu Dec 23 00:09:22 2010
New Revision: 1052110

URL: http://svn.apache.org/viewvc?rev=1052110&view=rev
Log:
Note on running against a secure hadoop

Modified:
    hbase/trunk/src/docbkx/book.xml

Modified: hbase/trunk/src/docbkx/book.xml
URL: 
http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/book.xml?rev=1052110&r1=1052109&r2=1052110&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/book.xml (original)
+++ hbase/trunk/src/docbkx/book.xml Thu Dec 23 00:09:22 2010
@@ -311,6 +311,11 @@ Usually you'll want to use the latest ve
  patch changes the RPC version because protocol was changed.
  Version mismatch issues have various manifestations but often all looks like 
its hung up.
  </para>
+ <note><title>Hadoop Security</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>
+  </note>
   </section>
 <section xml:id="ssh"> <title>ssh</title>
 <para><command>ssh</command> must be installed and <command>sshd</command> must


Reply via email to