标签: Zookeeper

1 篇文章

CentOS 7上Zookeeper安装
官网下载:https://zookeeper.apache.org/ 前置 需要安装Java环境 shell上传文件工具 yum install lrzsz 解压apache-zookeeper-3.8.0-bin.tar.gz 复制一份zoo_sample.cfg为zoo.cfg 可以修改,可以使用默认 dataDir=/tmp/zookeepe…