From 19f79beb6f952ccd1976b19da5f4069301952b2b Mon Sep 17 00:00:00 2001 From: zy <370308065@qq.com> Date: Wed, 27 Nov 2019 11:50:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chapter3/3.2对飞机的点击次数实时统计.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chapter3/3.2对飞机的点击次数实时统计.md b/chapter3/3.2对飞机的点击次数实时统计.md index 00bedc9..dd77f16 100644 --- a/chapter3/3.2对飞机的点击次数实时统计.md +++ b/chapter3/3.2对飞机的点击次数实时统计.md @@ -14,11 +14,11 @@ Kafka 中发布订阅的对象是 Topic。我们可以为每类数据创建一 ### 3.1.2 Kafka安装 -首先需要在你的计算机上安装 ZooKeeper 框架,请访问以下链接并下载最新版本的 ZooKeeper。 +首先需要在你的计算机上安装 ZooKeeper 框架,请访问以下链接下载 ZooKeeper。 -http://zookeeper.apache.org/releases.html +https://archive.apache.org/dist/zookeeper/ -现在,最新版本的 ZooKeeper 是 3.4.6(ZooKeeper-3.4.6.tar.gz)。 +选择 ZooKeeper 3.4.6 版本(ZooKeeper-3.4.6.tar.gz)。 使用以下命令提取tar文件 ```