51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#本想
写了shell脚本想一键启动三台虚拟机的Zookeeper,却不知道为啥总是启动不了
首先,一键启动的shell脚本是这样的#!/bin/bashcase$1in"start"){foriinnode01node02node03dossh$i"/opt/module/zookeeper-3.4.5-cdh5.14.0/bin/zkServer.shstart"done};;"stop"){f...
代码星球
·
2020-08-09
启动
写了
shell
本想
一键
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他