From b07cf4810759dd9eeab036e44607af3da0b0f8c4 Mon Sep 17 00:00:00 2001 From: SnailClimb Date: Mon, 21 Jan 2019 13:07:01 +0800 Subject: [PATCH] =?UTF-8?q?Update=20ZooKeeper=E6=95=B0=E6=8D=AE=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E5=92=8C=E5=B8=B8=E8=A7=81=E5=91=BD=E4=BB=A4.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 主流框架/ZooKeeper数据模型和常见命令.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/主流框架/ZooKeeper数据模型和常见命令.md b/主流框架/ZooKeeper数据模型和常见命令.md index b9e37956..401c752f 100644 --- a/主流框架/ZooKeeper数据模型和常见命令.md +++ b/主流框架/ZooKeeper数据模型和常见命令.md @@ -72,7 +72,7 @@ numChildren = 1 #### 连接 ZooKeeper 服务 -进入安装 ZooKeeper文件夹的 bin 目录下执行下面的命令连接 ZooKeeper 服务(Linux环境下)。 +进入安装 ZooKeeper文件夹的 bin 目录下执行下面的命令连接 ZooKeeper 服务(Linux环境下)(连接之前首选要确定你的 ZooKeeper 服务已经启动成功)。 ```shell ./zkCli.sh -server 127.0.0.1:2181