Windows中怎么安装ZooKeeper服务

发布时间:2021-06-22 14:34:40 作者:Leah
来源:亿速云 阅读:181

这篇文章给大家介绍Windows中怎么安装ZooKeeper服务,内容非常详细,感兴趣的小伙伴们可以参考借鉴,希望对大家能有所帮助。

一、下载ZooKeeper安装包

本示例用的版本是3.4.13

  1. 官网下载地址:ZooKeeper下载链接

  2. 下载完解压即可,解压目录如下 Windows中怎么安装ZooKeeper服务

二、配置ZooKeeper

  1. 在解压目录同级新建data/logs文件夹,用来存放ZooKeeper的相关数据和日志 Windows中怎么安装ZooKeeper服务

  2. 进入安装目录下的/conf文件夹,复制zoo_sample.ctg新建一个zoo.ctg文件,并修改内容如下

# The number of milliseconds of eachtick  心跳间隔毫秒每次
tickTime=2000
# The number of ticks that the initial  初始化连接超时次数
# synchronization phase can take
initLimit=10
# The number of ticks that can pass between
# sending a request and gettinganacknowledgement
syncLimit=5
# the directory where the snapshotisstored.  //镜像数据位置
dataDir=E:\\zookeeper\\data
#日志位置
dataLogDir=E:\\zookeeper\\logs
# the port at which the clientswillconnect  客户端连接的端口
clientPort=2181

三、启动服务

  1. 进入安装目录下的bin目录,双击zkServer.cmd Windows中怎么安装ZooKeeper服务

  2. 双击zhCli.cmd连接测试 Windows中怎么安装ZooKeeper服务


关于Windows中怎么安装ZooKeeper服务就分享到这里了,希望以上内容可以对大家有一定的帮助,可以学到更多知识。如果觉得文章不错,可以把它分享出去让更多的人看到。

推荐阅读:
  1. 【zookeeper】集群安装
  2. 如何在Windows中安装Redis服务

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

zookeeper windows

上一篇:RabbitMQ用多路由,多队列来破除流控

下一篇:PHP如何实现网页内容html标签补全和过滤

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》