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:
parent
bac9ae973c
commit
56d965829c
|
@ -137,6 +137,14 @@
|
|||
</property>
|
||||
...
|
||||
</configuration></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
|
||||
|
|
Loading…
Reference in New Issue