HBASE-17807 correct the value of zookeeper.session.timeout in hbase doc

Signed-off-by: tedyu <yuzhihong@gmail.com>
This commit is contained in:
chenyechao 2017-03-20 14:28:42 +08:00 committed by tedyu
parent 11dc5bf671
commit 941070939f
1 changed files with 1 additions and 1 deletions

View File

@ -1050,7 +1050,7 @@ If you wish to increase the session timeout, add the following to your _hbase-si
----
<property>
<name>zookeeper.session.timeout</name>
<value>1200000</value>
<value>120000</value>
</property>
<property>
<name>hbase.zookeeper.property.tickTime</name>