mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-29 18:58:05 +08:00
[Doc] Update ZooKeeper download link (#16085)
This commit is contained in:
parent
ec01df1305
commit
a71ae244af
@ -153,7 +153,7 @@ The browser access address [http://localhost:5173](http://localhost:5173) can lo
|
|||||||
|
|
||||||
#### zookeeper
|
#### zookeeper
|
||||||
|
|
||||||
Download [ZooKeeper](https://www.apache.org/dyn/closer.lua/zookeeper/zookeeper-3.6.3), and extract it.
|
Download [ZooKeeper](https://zookeeper.apache.org/releases.html), and extract it.
|
||||||
|
|
||||||
- Create directory `zkData` and `zkLog`
|
- Create directory `zkData` and `zkLog`
|
||||||
- Go to the zookeeper installation directory, copy configure file `zoo_sample.cfg` to `conf/zoo.cfg`, and change value of dataDir in conf/zoo.cfg to dataDir=./tmp/zookeeper
|
- Go to the zookeeper installation directory, copy configure file `zoo_sample.cfg` to `conf/zoo.cfg`, and change value of dataDir in conf/zoo.cfg to dataDir=./tmp/zookeeper
|
||||||
|
@ -148,7 +148,7 @@ pnpm run dev
|
|||||||
|
|
||||||
#### zookeeper
|
#### zookeeper
|
||||||
|
|
||||||
下载 [ZooKeeper](https://www.apache.org/dyn/closer.lua/zookeeper/zookeeper-3.6.3),解压
|
下载 [ZooKeeper](https://zookeeper.apache.org/releases.html),解压
|
||||||
|
|
||||||
* 在 ZooKeeper 的目录下新建 zkData、zkLog文件夹
|
* 在 ZooKeeper 的目录下新建 zkData、zkLog文件夹
|
||||||
* 将 conf 目录下的 `zoo_sample.cfg` 文件,复制一份,重命名为 `zoo.cfg`,修改其中数据和日志的配置,如:
|
* 将 conf 目录下的 `zoo_sample.cfg` 文件,复制一份,重命名为 `zoo.cfg`,修改其中数据和日志的配置,如:
|
||||||
|
Loading…
Reference in New Issue
Block a user