This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new e13e96473f Modify the jdk version requirements in the documentation (#19874) e13e96473f is described below commit e13e96473f6fc208e1ff34adb58aa1550525bac2 Author: yuanyuan8983 <99315889+yuanyuan8...@users.noreply.github.com> AuthorDate: Sat May 20 00:18:24 2023 +0800 Modify the jdk version requirements in the documentation (#19874) --- docs/en/docs/get-starting/get-starting.md | 2 +- docs/en/docs/install/standard-deployment.md | 2 +- docs/zh-CN/docs/get-starting/get-starting.md | 2 +- docs/zh-CN/docs/install/standard-deployment.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/docs/get-starting/get-starting.md b/docs/en/docs/get-starting/get-starting.md index 03020547fb..db61696aaa 100644 --- a/docs/en/docs/get-starting/get-starting.md +++ b/docs/en/docs/get-starting/get-starting.md @@ -31,7 +31,7 @@ Apache Doris is a high-performance, real-time analytic database based on the MPP ## Download Doris -Doris runs on a Linux environment, CentOS 7.x or Ubuntu 16.04 or higher is recommended, and you need to have a Java runtime environment installed (the minimum JDK version required is 8). To check the version of Java you have installed, run the following command. +Doris runs on a Linux environment, CentOS 7.x or Ubuntu 16.04 or higher is recommended, and you need to have a Java runtime environment installed (the JDK version required is 8). To check the version of Java you have installed, run the following command. ``` java -version diff --git a/docs/en/docs/install/standard-deployment.md b/docs/en/docs/install/standard-deployment.md index b822e517fd..b984eb68fb 100644 --- a/docs/en/docs/install/standard-deployment.md +++ b/docs/en/docs/install/standard-deployment.md @@ -48,7 +48,7 @@ Doris, as an open source OLAP database with an MPP architecture, can run on most | Soft | Version | |---|---| -| Java | 1.8 and above | +| Java | 1.8 | | GCC | 4.8.2 and above | #### OS Installation Requirements diff --git a/docs/zh-CN/docs/get-starting/get-starting.md b/docs/zh-CN/docs/get-starting/get-starting.md index a771d4062d..db0f7e3237 100644 --- a/docs/zh-CN/docs/get-starting/get-starting.md +++ b/docs/zh-CN/docs/get-starting/get-starting.md @@ -31,7 +31,7 @@ Apache Doris 是一个基于 MPP 架构的高性能、实时的分析型数据 ## 下载 Doris -Doris 运行在 Linux 环境中,推荐 CentOS 7.x 或者 Ubuntu 16.04 以上版本,同时你需要安装 Java 运行环境(JDK最低版本要求是8),要检查你所安装的 Java 版本,请运行以下命令: +Doris 运行在 Linux 环境中,推荐 CentOS 7.x 或者 Ubuntu 16.04 以上版本,同时你需要安装 Java 运行环境(JDK版本要求为8),要检查你所安装的 Java 版本,请运行以下命令: ``` java -version diff --git a/docs/zh-CN/docs/install/standard-deployment.md b/docs/zh-CN/docs/install/standard-deployment.md index dcbb6f8db0..7d4562dea6 100644 --- a/docs/zh-CN/docs/install/standard-deployment.md +++ b/docs/zh-CN/docs/install/standard-deployment.md @@ -46,7 +46,7 @@ Doris 作为一款开源的 MPP 架构 OLAP 数据库,能够运行在绝大多 | 软件 | 版本 | |---|---| -| Java | 1.8 及以上 | +| Java | 1.8 | | GCC | 4.8.2 及以上 | #### 操作系统安装要求 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org