HBASE-22053 Addendum changed zookeeper version from 3.3.3 to 3.4.10.

This commit is contained in:
subrat.mishra 2019-03-28 15:12:39 +05:30 committed by stack
parent 03296663c1
commit f22b8ade63
3 changed files with 5 additions and 5 deletions

View File

@ -419,14 +419,14 @@ possible configurations would overwhelm and obscure the important.
<name>hbase.zookeeper.peerport</name> <name>hbase.zookeeper.peerport</name>
<value>2888</value> <value>2888</value>
<description>Port used by ZooKeeper peers to talk to each other. <description>Port used by ZooKeeper peers to talk to each other.
See https://zookeeper.apache.org/doc/r3.3.3/zookeeperStarted.html#sc_RunningReplicatedZooKeeper See https://zookeeper.apache.org/doc/r3.4.10/zookeeperStarted.html#sc_RunningReplicatedZooKeeper
for more information.</description> for more information.</description>
</property> </property>
<property> <property>
<name>hbase.zookeeper.leaderport</name> <name>hbase.zookeeper.leaderport</name>
<value>3888</value> <value>3888</value>
<description>Port used by ZooKeeper for leader election. <description>Port used by ZooKeeper for leader election.
See https://zookeeper.apache.org/doc/r3.3.3/zookeeperStarted.html#sc_RunningReplicatedZooKeeper See https://zookeeper.apache.org/doc/r3.4.10/zookeeperStarted.html#sc_RunningReplicatedZooKeeper
for more information.</description> for more information.</description>
</property> </property>
<!-- End of properties used to generate ZooKeeper host:port quorum list. --> <!-- End of properties used to generate ZooKeeper host:port quorum list. -->

View File

@ -523,7 +523,7 @@ The host name or IP address of the name server (DNS)
+ +
.Description .Description
Port used by ZooKeeper peers to talk to each other. Port used by ZooKeeper peers to talk to each other.
See https://zookeeper.apache.org/doc/r3.3.3/zookeeperStarted.html#sc_RunningReplicatedZooKeeper See https://zookeeper.apache.org/doc/r3.4.10/zookeeperStarted.html#sc_RunningReplicatedZooKeeper
for more information. for more information.
+ +
.Default .Default
@ -535,7 +535,7 @@ Port used by ZooKeeper peers to talk to each other.
+ +
.Description .Description
Port used by ZooKeeper for leader election. Port used by ZooKeeper for leader election.
See https://zookeeper.apache.org/doc/r3.3.3/zookeeperStarted.html#sc_RunningReplicatedZooKeeper See https://zookeeper.apache.org/doc/r3.4.10/zookeeperStarted.html#sc_RunningReplicatedZooKeeper
for more information. for more information.
+ +
.Default .Default

View File

@ -137,7 +137,7 @@ Just make sure to set `HBASE_MANAGES_ZK` to `false` if you want it to stay
For more information about running a distinct ZooKeeper cluster, see the ZooKeeper link:https://zookeeper.apache.org/doc/current/zookeeperStarted.html[Getting For more information about running a distinct ZooKeeper cluster, see the ZooKeeper link:https://zookeeper.apache.org/doc/current/zookeeperStarted.html[Getting
Started Guide]. Started Guide].
Additionally, see the link:https://wiki.apache.org/hadoop/ZooKeeper/FAQ#A7[ZooKeeper Wiki] or the link:https://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html#sc_zkMulitServerSetup[ZooKeeper Additionally, see the link:https://wiki.apache.org/hadoop/ZooKeeper/FAQ#A7[ZooKeeper Wiki] or the link:https://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html#sc_zkMulitServerSetup[ZooKeeper
documentation] for more information on ZooKeeper sizing. documentation] for more information on ZooKeeper sizing.
[[zk.sasl.auth]] [[zk.sasl.auth]]