前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Apache Zookeeper 下载和安装

Apache Zookeeper 下载和安装

作者头像
acc8226
发布2022-05-17 16:44:00
1.2K0
发布2022-05-17 16:44:00
举报
文章被收录于专栏:叽叽西

Apache ZooKeeper 是一个开发和维护开源服务器的项目,它支持高度可靠的分布式协调。

下载地址

北京理工大学 开源软件镜像服务 https://mirror.bit.edu.cn/web/

清华大学开源软件镜像站 | Tsinghua Open Source Mirror https://mirrors.tuna.tsinghua.edu.cn/

北京外国语大学开源软件镜像站 | BFSU Open Source Mirror https://mirrors.bfsu.edu.cn/

zookeeper-3.4.14 下载地址 https://mirrors.bfsu.edu.cn/apache/zookeeper/zookeeper-3.4.14/zookeeper-3.4.14.tar.gz

Zookeeper 3.5启动时 8080端口被占用

通过查阅 Zookeeper3.5的官方文档,发现这是Zookeeper3.5的新特性:

代码语言:javascript
复制
New in 3.5.0: The AdminServer is an embedded Jetty server that provides an HTTP interface to the four letter word commands. By default, the server is started on port 8080, and commands are issued by going to the URL "/commands/[command name]", e.g., http://localhost:8080/commands/stat. The command response is returned as JSON. Unlike the original protocol, commands are not restricted to four-letter names, and commands can have multiple names; for instance, "stmk" can also be referred to as "set_trace_mask". To view a list of all available commands, point a browser to the URL /commands (e.g., http://localhost:8080/commands). See the AdminServer configuration options for how to change the port and URLs.

这是Zookeeper AdminServer,默认使用 8080 端口,它的配置属性如下:

我们可以修改在zoo.cfg中修改AdminServer的端口:

代码语言:javascript
复制
admin.serverPort=8888

保存后,再次启动,Zookeeper启动成功。

这是 zookeeper 自己搞了一个简易应用服务器,可以查看一些信息

listint and issuing commands http://localhost:8888/commands

Zookeeper数据查看工具 ZooInspector

  1. 下载 https://issues.apache.org/jira/secure/attachment/12436620/ZooInspector.zip
  2. 进入目录ZooInspector\build,运行zookeeper-dev-ZooInspector.jar
  3. 点击左上角连接按钮,输入zk服务地址:ip或者主机名:2181
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2022-05-17,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 下载地址
  • Zookeeper 3.5启动时 8080端口被占用
  • Zookeeper数据查看工具 ZooInspector
相关产品与服务
云服务器
云服务器(Cloud Virtual Machine,CVM)提供安全可靠的弹性计算服务。 您可以实时扩展或缩减计算资源,适应变化的业务需求,并只需按实际使用的资源计费。使用 CVM 可以极大降低您的软硬件采购成本,简化 IT 运维工作。
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档