Apache Zookeeper 下载和安装

本文涉及的产品
云原生网关 MSE Higress,422元/月
服务治理 MSE Sentinel/OpenSergo,Agent数量 不受限
注册配置 MSE Nacos/ZooKeeper,118元/月
简介: Apache ZooKeeper 是一个开发和维护开源服务器的项目,它支持高度可靠的分布式协调。下载地址北京理工大学 开源软件镜像服务https://mirror.bit.edu.cn/web/清华大学开源软件镜像站 | Tsinghua Open Source Mirrorhttps://mirrors.tuna.tsinghua.edu.cn/北京外国语大学开源软件镜像站 | BFSU Open Source Mirrorhttps://mirrors.bfsu.edu.cn/zookeeper-3.4.14 下载地址https://mirrors.bfsu.edu.cn

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的新特性:

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 端口,它的配置属性如下:


image.png


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

admin.serverPort=8888


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


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


listint and issuing commands


http://localhost:8888/commands


Zookeeper数据查看工具 ZooInspector



  1. 下载


  1. https://issues.apache.org/jira/secure/attachment/12436620/ZooInspector.zip


  1. 进入目录ZooInspector\build,运行zookeeper-dev-ZooInspector.jar


  1. 点击左上角连接按钮,输入zk服务地址:ip或者主机名:2181




相关实践学习
基于MSE实现微服务的全链路灰度
通过本场景的实验操作,您将了解并实现在线业务的微服务全链路灰度能力。
目录
相关文章
|
2月前
|
存储 负载均衡 监控
dubbo学习一:zookeeper与dubbo的关系,下载安装启动zookeeper(解决启动中报错)
这篇文章是关于Apache Dubbo框架与Zookeeper的关系,以及如何下载、安装和启动Zookeeper的教程,包括解决启动过程中可能遇到的报错问题。
89 3
dubbo学习一:zookeeper与dubbo的关系,下载安装启动zookeeper(解决启动中报错)
|
1月前
|
消息中间件 Ubuntu Java
Ubuntu系统上安装Apache Kafka
Ubuntu系统上安装Apache Kafka
|
2月前
|
Ubuntu 网络安全 Apache
Ubuntu下安装Apache2.4.7遇到的问题及解决办法
Ubuntu下安装Apache2.4.7遇到的问题及解决办法
51 2
|
4月前
|
数据采集 分布式计算 Kubernetes
Apache Flink 实践问题之ZooKeeper 网络瞬断时如何解决
Apache Flink 实践问题之ZooKeeper 网络瞬断时如何解决
119 4
|
4月前
|
分布式计算 监控 Hadoop
详解 Apache ZooKeeper 和 Apache Oozie
【8月更文挑战第31天】
132 0
|
4月前
|
Java Linux Docker
【zookeeper 第二篇章】windows、linux、docker-compose 安装 zookeeper
本文介绍Zookeeper在不同环境下的安装方法。Linux安装需备好JDK,下载并解压Zookeeper后,复制`zoo_sample.cfg`为`zoo.cfg`,最后运行`zkServer.sh start`启动服务。Windows安装类似,通过`zkServer.bat`启动。使用Docker-Compose则需编写配置文件,并通过`docker-compose up -d`后台启动容器。
86 0
|
4月前
|
Ubuntu 关系型数据库 MySQL
在 Ubuntu 14.04 服务器上使用 Apache 安装 Drupal 的方法
在 Ubuntu 14.04 服务器上使用 Apache 安装 Drupal 的方法
46 0
|
4月前
|
存储 缓存 Ubuntu
如何在 Apache Web 服务器中安装、配置和使用模块
如何在 Apache Web 服务器中安装、配置和使用模块
92 0
|
4月前
|
Ubuntu Java 应用服务中间件
在Ubuntu 16.04上安装Apache Tomcat 8的方法
在Ubuntu 16.04上安装Apache Tomcat 8的方法
45 0
|
3月前
|
安全 应用服务中间件 API
微服务分布式系统架构之zookeeper与dubbo-2
微服务分布式系统架构之zookeeper与dubbo-2

推荐镜像

更多
下一篇
DataWorks