HBASE-17807 correct the value of zookeeper.session.timeout in hbase doc
Signed-off-by: tedyu <yuzhihong@gmail.com>
This commit is contained in:
parent
11dc5bf671
commit
941070939f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue