随笔分类 - Zookeeper
摘要:官方文档:https://curator.apache.org/index.html 依赖 <dependency> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> <version>3.5.7</
阅读全文
摘要:#!/bin/bash case $1 in "start"){ for i in hadoop102 hadoop103 hadoop104 do echo zookeeper $i 启动 ssh $i "/opt/module/zookeeper-3.5.7/bin/zkServer.sh st
阅读全文
摘要:Zookeeper下载地址:https://archive.apache.org/dist/zookeeper/ 步骤一:安装 JDK 步骤二:拷贝 apache-zookeeper-3.5.7-bin.tar.gz 安装包到 Linux 系统下 步骤三:解压到指定目录 tar -zxvf apac
阅读全文