zookeeper生成集群需要修改的三个地方

首先是/etc/hosts文件,作为集群必须把每台的IP以及别名识别都写入hosts

输入:vi  /etc/hosts

104529_weW4_2292565.png

然后每台在network上修改自己的别名,以保证其他台linux可以识别到

输入:vi /etc/sysconfig/network

修改如下:105011_BlXp_2292565.png

最后在每台的zookeeper/conf/zoo.cfg文件,

输入vi zookeeper/conf/zoo.cfg

修改如下:

 

# The number of milliseconds of each tick
tickTime=2000
# The number of ticks that the initial
# synchronization phase can take
initLimit=5
# The number of ticks that can pass between
# sending a request and getting an acknowledgement
syncLimit=2
# the directory where the snapshot is stored.
# do not use /tmp for storage, /tmp here is just
# example sakes.
dataDir=/home/yewenbao/zookeeper-3.4.5
dataLogDir=/home/yewenbao/zookeeper-3.4.5/logs
# the port at which the clients will connect
clientPort=2181
#
# 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=3
# Purge task interval in hours
# Set to "0" to disable auto purge feature
#autopurge.purgeInterval=1
server.1=host1:2888:3888
server.2=host2:2888:3888
server.3=host3:2888:3888
~
~
~
~
~
~
~
~
"zoo.cfg" 29L, 945C

 

为了保证可以使用,最后reboot重启一下

转载于:https://my.oschina.net/ywb12/blog/370503

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值