zookeeper-3.5.4-beta安装

时间:2023-03-09 02:11:19
zookeeper-3.5.4-beta安装

官网地址

https://zookeeper.apache.org/

下载文件解压进入conf目录下将zoo_sample.cfg名称修改为zoo.cfg

# The number of milliseconds of each tick
tickTime=
# The number of ticks that the initial
# synchronization phase can take
initLimit=
# The number of ticks that can pass between
# sending a request and getting an acknowledgement
syncLimit=
# the directory where the snapshot is stored.
# do not use /tmp for storage, /tmp here is just
# example sakes.
dataDir=F:\\es\\zookeeper\\data
dataLogDir=F:\\es\\zookeeper\\datalogs
# the port at which the clients will connect
clientPort=
# the maximum number of client connections.
# increase this if you need to handle more clients
#maxClientCnxns=
#
# Be sure to read the maintenance section of the
# administrator guide before turning on autopurge.
#
# http://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_maintenance
#
# The number of snapshots to retain in dataDir
#autopurge.snapRetainCount=
# Purge task interval in hours
# Set to "" to disable auto purge feature
#autopurge.purgeInterval= #server.=127.0.0.1::
#server.=192.168.2.233::
#server.=192.168.2.122::
#server.=192.168.2.157::
#server.=192.168.2.194::

集群的话根目录创建data文件夹,文件夹下创建data文件文件里写上当前机器编码最好用数字表示

进入bin目录

zkserver  启动