
zookeeper
文章平均质量分 71
假期的学习
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
zookeeper.sh安装脚本——Linux shell 脚本的初步尝试
1、 zookeeper.sh安装脚本 #!/bin/bash echo "install zookeeper 3.5.7 ===========" #进入安装包路径 function cd_opt(){ if [ -d /opt ] then cd /opt else sudo mkdir -p /opt cd /opt fi } #安装 func原创 2021-12-23 20:40:22 · 1239 阅读 · 0 评论 -
学习zookeeper
一、 学习地址 https://www.bilibili.com/video/BV1to4y1C7gw?p=7 二、 安装zookeeper 1、 下载地址 https://archive.apache.org/dist/zookeeper/zookeeper-3.5.7/ 2、 windows中zookeeper安装文件通过xshell上传文件到Linux中 https://blog.csdn.net/qq_43987149/article/details/122101588 3、 Linux中安装zoo原创 2021-12-23 20:40:37 · 1249 阅读 · 0 评论