Zookeeper
zookeeper
登峰小蚁
编程,运动,顺便把钱赚了。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
0020-zookeeper集群搭建
文章目录官方文档1. 修改配置文件2. 新建myid文件3. 启动集群 官方文档 官方文档 1. 修改配置文件 # The number of milliseconds of each tick tickTime=2000 # The number of ticks that the initial # synchronization phase can take initLimit=10 # ...原创 2020-03-14 18:13:27 · 2241 阅读 · 0 评论 -
0010-zookeeper环境搭建
文章目录1. 建立zoo.cfg2. 建立data文件3. 启动server 1. 建立zoo.cfg 在zookeeper安装包中复制zoo_sample.cfg,改名为zoo.cfg 修改其中的dataDir配置,如下 # The number of milliseconds of each tick tickTime=2000 # The number of ticks that the i...原创 2020-03-14 18:12:41 · 2341 阅读 · 0 评论
分享