You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zh...@apache.org on 2019/09/26 06:44:00 UTC

[incubator-doris] branch master updated: Update some docs (#1882)

This is an automated email from the ASF dual-hosted git repository.

zhaoc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ea7de8  Update some docs (#1882)
2ea7de8 is described below

commit 2ea7de8b5e8243c08de43b5a50e978d474f3c4f0
Author: yangzhg <78...@qq.com>
AuthorDate: Thu Sep 26 14:43:55 2019 +0800

    Update some docs (#1882)
---
 docs/documentation/cn/installing/compilation.md       | 6 +++++-
 docs/documentation/cn/installing/install-deploy.md    | 2 +-
 docs/documentation/en/installing/compilation_EN.md    | 8 ++++++--
 docs/documentation/en/installing/install-deploy_EN.md | 2 +-
 4 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/docs/documentation/cn/installing/compilation.md b/docs/documentation/cn/installing/compilation.md
index 0ca91e8..a8c0a18 100644
--- a/docs/documentation/cn/installing/compilation.md
+++ b/docs/documentation/cn/installing/compilation.md
@@ -64,8 +64,12 @@
 
 1. 系统依赖
 
-    `GCC 5.3.1+, Oracle JDK 1.8+, Python 2.7+, Apache Maven 3.5+, CMake 3.4.3+`
+    `GCC 5.3.1+, Oracle JDK 1.8+, Python 2.7+, Apache Maven 3.5+, CMake 3.11+`
+
+    如果使用Ubuntu 16.04 及以上系统 可以执行以下命令来安装依赖
     
+    `sudo apt-get install build-essential openjdk-8-jdk maven cmake byacc flex automake libtool-bin bison binutils-dev libiberty-dev`
+
     安装完成后,自行设置环境变量 `PATH`, `JAVA_HOME` 等。
     
 2. 编译 Doris
diff --git a/docs/documentation/cn/installing/install-deploy.md b/docs/documentation/cn/installing/install-deploy.md
index 18e5bff..657a808 100644
--- a/docs/documentation/cn/installing/install-deploy.md
+++ b/docs/documentation/cn/installing/install-deploy.md
@@ -67,7 +67,7 @@ Doris 各个实例直接通过网络进行通讯。以下表格展示了所有
 | BE | be_port | 9060 | FE --> BE | BE 上 thrift server 的端口,用于接收来自 FE 的请求 |
 | BE | be\_rpc_port | 9070 | BE <--> BE | BE 之间 rpc 使用的端口 |
 | BE | webserver_port | 8040 | BE <--> BE | BE 上的 http server 的端口 |
-| BE | heartbeat\_service_port | 9050 | FE --> BE | BE 上心跳服务端口(thrift),用户接收来自 FE 的心跳 |
+| BE | heartbeat\_service_port | 9050 | FE --> BE | BE 上心跳服务端口(thrift),用于接收来自 FE 的心跳 |
 | BE | brpc\_port* | 8060 | FE<-->BE, BE <--> BE | BE 上的 brpc 端口,用于 BE 之间通讯 |
 | FE | http_port * | 8030 | FE <--> FE,用户 |FE 上的 http server 端口 |
 | FE | rpc_port | 9020 | BE --> FE, FE <--> FE | FE 上的 thrift server 端口 |
diff --git a/docs/documentation/en/installing/compilation_EN.md b/docs/documentation/en/installing/compilation_EN.md
index 79d1100..3935855 100644
--- a/docs/documentation/en/installing/compilation_EN.md
+++ b/docs/documentation/en/installing/compilation_EN.md
@@ -64,9 +64,13 @@ You can try to compile Doris directly in your own Linux environment.
 
 1. System Dependence
 
-    `GCC 5.3.1+, Oracle JDK 1.8+, Python 2.7+, Apache Maven 3.5+, CMake 3.4.3+`
+    `GCC 5.3.1+, Oracle JDK 1.8+, Python 2.7+, Apache Maven 3.5+, CMake 3.11+`
 
-	After installation, set environment variables `PATH', `JAVA_HOME', etc.
+    If you are using Ubuntu 16.04 or newer, you can use the following command to install the dependencies
+    
+    `sudo apt-get install build-essential openjdk-8-jdk maven cmake byacc flex automake libtool-bin bison binutils-dev libiberty-dev`
+
+    After installation, set environment variables `PATH`, `JAVA_HOME`, etc.
 
 2. Compile Doris
 
diff --git a/docs/documentation/en/installing/install-deploy_EN.md b/docs/documentation/en/installing/install-deploy_EN.md
index ead626a..7ed69c9 100644
--- a/docs/documentation/en/installing/install-deploy_EN.md
+++ b/docs/documentation/en/installing/install-deploy_EN.md
@@ -69,7 +69,7 @@ Doris instances communicate directly over the network. The following table shows
 | BE | be_port | 9060 | FE - > BE | BE for receiving requests from FE|
 | BE | be\_rpc_port | 9070 | BE < - > BE | port used by RPC between BE | BE|
 | BE | webserver\_port | 8040 | BE <--> BE | BE|
-| BE | heartbeat\_service_port | 9050 | FE - > BE | BE on the heart beat service port (thrift), users receive heartbeat from FE|
+| BE | heartbeat\_service_port | 9050 | FE - > BE | the heart beat service port (thrift) on BE, used to receive heartbeat from FE|
 | BE | brpc\_port* | 8060 | FE < - > BE, BE < - > BE | BE for communication between BEs|
 | FE | http_port* | 8030 | FE < - > FE, HTTP server port on user | FE|
 | FE | rpc_port | 9020 | BE - > FE, FE < - > FE | thrift server port on FE|


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org