Add note on recommended zk version

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1480421 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-05-08 19:42:20 +00:00
parent bac9ae973c
commit 56d965829c
1 changed files with 8 additions and 0 deletions

View File

@ -137,6 +137,14 @@
</property>
...
&lt;/configuration&gt;</programlisting></para>
<caution xml:id="zk.version">
<title>What verion of ZooKeeper should I use?</title>
<para>The newer version, the better. For example, some folks have been bitten by
<link xlink:href="https://issues.apache.org/jira/browse/ZOOKEEPER-1277">ZOOKEEPER-1277</link>.
If running zookeeper 3.5+, you can ask hbase to make use of the new multi operation by
enabling <xref linkend="hbase.zookeeper.useMulti"/>" in your <filename>hbase-site.xml</filename>.
</para>
</caution>
<caution>
<title>ZooKeeper Maintenance</title>
<para>Be sure to set up the data dir cleaner described under