Skip to content

Commit

Permalink
docs: update doc install_deploy.md of zookeeper 3.4.14 java requireme…
Browse files Browse the repository at this point in the history
…nts (4paradigm#3768)


---------

Co-authored-by: yangwucheng <[email protected]>
Co-authored-by: Siqi Wang <[email protected]>
Co-authored-by: HuangWei <[email protected]>
  • Loading branch information
4 people authored Apr 3, 2024
1 parent d966a88 commit f54cbfa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/en/deploy/install_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Generally, ldd version should be >= 2.17, and GLIBC_2.17 should be present in li

If you need to deploy ZooKeeper and TaskManager, you need a Java runtime environment.

Servers needs Java 1.8 or above.

Zookeeper Client 3.4.14 requires `Java 1.7` - `Java 13`. Java SDK depends on it, so it should use the same Java version, don't run in higher version. If you wish to use zkCli, please use `Java 1.8` or `Java 11`.

### Hardware

Regarding hardware requirements:
Expand Down
3 changes: 3 additions & 0 deletions docs/zh/deploy/install_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ strings /lib64/libc.so.6 | grep ^GLIBC_

如果需要部署 ZooKeeper 和 TaskManager,则需要有 Java 运行环境。

> 两个Server需要`Java 1.8`及以上版本。
> Zookeeper Client 3.4.14 需要 `Java 1.7` - `Java 13` 版本。Java SDK也使用这个Client,所以同样要求不能使用较高版本Java。如果希望使用zkCli,推荐使用 `Java 1.8``Java 11` 版本。
### 硬件

* CPU:
Expand Down

0 comments on commit f54cbfa

Please sign in to comment.