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

morningman 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 30fbf1d  [typo](doc)fix some confusing doc content (#8239)
30fbf1d is described below

commit 30fbf1da6819410f67a37968eb96226beecd4162
Author: daikon <1059907...@qq.com>
AuthorDate: Sat Feb 26 17:05:08 2022 +0800

    [typo](doc)fix some confusing doc content (#8239)
---
 docs/en/extending-doris/hive-of-doris.md       |  2 +-
 docs/en/extending-doris/iceberg-of-doris.md    |  2 +-
 docs/en/extending-doris/odbc-of-doris.md       |  2 +-
 docs/en/installing/install-deploy.md           | 14 +++++++-------
 docs/zh-CN/extending-doris/hive-of-doris.md    |  2 +-
 docs/zh-CN/extending-doris/iceberg-of-doris.md |  2 +-
 docs/zh-CN/extending-doris/odbc-of-doris.md    |  2 +-
 docs/zh-CN/installing/install-deploy.md        |  6 +++---
 8 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/docs/en/extending-doris/hive-of-doris.md 
b/docs/en/extending-doris/hive-of-doris.md
index 3d1ccac..04b9d19 100644
--- a/docs/en/extending-doris/hive-of-doris.md
+++ b/docs/en/extending-doris/hive-of-doris.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Hive of Doris",
+    "title": "Doris On Hive",
     "language": "en"
 }
 ---
diff --git a/docs/en/extending-doris/iceberg-of-doris.md 
b/docs/en/extending-doris/iceberg-of-doris.md
index 387b00c..aa83042 100644
--- a/docs/en/extending-doris/iceberg-of-doris.md
+++ b/docs/en/extending-doris/iceberg-of-doris.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Iceberg of Doris",
+    "title": "Doris On Iceberg",
     "language": "en"
 }
 ---
diff --git a/docs/en/extending-doris/odbc-of-doris.md 
b/docs/en/extending-doris/odbc-of-doris.md
index 2e95c4c..fe8915c 100644
--- a/docs/en/extending-doris/odbc-of-doris.md
+++ b/docs/en/extending-doris/odbc-of-doris.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "ODBC of Doris",
+    "title": "Doris On ODBC",
     "language": "en"
 }
 ---
diff --git a/docs/en/installing/install-deploy.md 
b/docs/en/installing/install-deploy.md
index 3d5b1ba..6c4b2a3 100644
--- a/docs/en/installing/install-deploy.md
+++ b/docs/en/installing/install-deploy.md
@@ -115,15 +115,15 @@ Doris instances communicate directly over the network. 
The following table shows
 
 | Instance Name | Port Name | Default Port | Communication Direction | 
Description|
 | ---|---|---|---|---|
-| BE | be_port | 9060 | FE - > BE | BE for receiving requests from FE|
+| BE | be_port | 9060 | FE --> BE | BE for receiving requests from FE|
 | BE | webserver\_port | 8040 | BE <--> BE | BE|
-| 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, 
the configuration of each fe needs to be consistent|
-| FE | query_port | 9030 | user | 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, user <--> FE | HTTP server port on FE |
+| FE | rpc_port | 9020 | BE --> FE, FE <--> FE | thrift server port on FE, the 
configuration of each fe needs to be consistent|
+| FE | query_port | 9030 | user <--> FE | FE|
 | FE | edit\_log_port | 9010 | FE <--> FE | FE|
-| Broker | broker ipc_port | 8000 | FE - > Broker, BE - > Broker | Broker for 
receiving requests|
+| Broker | broker ipc_port | 8000 | FE --> Broker, BE --> Broker | Broker for 
receiving requests|
 
 > Note:
 > 
diff --git a/docs/zh-CN/extending-doris/hive-of-doris.md 
b/docs/zh-CN/extending-doris/hive-of-doris.md
index 545b810..b1da9ee 100644
--- a/docs/zh-CN/extending-doris/hive-of-doris.md
+++ b/docs/zh-CN/extending-doris/hive-of-doris.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Hive of Doris",
+    "title": "Doris On Hive",
     "language": "zh-CN"
 }
 ---
diff --git a/docs/zh-CN/extending-doris/iceberg-of-doris.md 
b/docs/zh-CN/extending-doris/iceberg-of-doris.md
index cf3450c..8fd873a 100644
--- a/docs/zh-CN/extending-doris/iceberg-of-doris.md
+++ b/docs/zh-CN/extending-doris/iceberg-of-doris.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Iceberg of Doris",
+    "title": "Doris On Iceberg",
     "language": "zh-CN"
 }
 ---
diff --git a/docs/zh-CN/extending-doris/odbc-of-doris.md 
b/docs/zh-CN/extending-doris/odbc-of-doris.md
index 95bc663..951f9d8 100644
--- a/docs/zh-CN/extending-doris/odbc-of-doris.md
+++ b/docs/zh-CN/extending-doris/odbc-of-doris.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "ODBC of Doris",
+    "title": "Doris On ODBC",
     "language": "zh-CN"
 }
 ---
diff --git a/docs/zh-CN/installing/install-deploy.md 
b/docs/zh-CN/installing/install-deploy.md
index d05acec..a13c672 100644
--- a/docs/zh-CN/installing/install-deploy.md
+++ b/docs/zh-CN/installing/install-deploy.md
@@ -115,10 +115,10 @@ Doris 各个实例直接通过网络进行通讯。以下表格展示了所有
 | BE | be_port | 9060 | FE --> BE | BE 上 thrift server 的端口,用于接收来自 FE 的请求 |
 | BE | webserver_port | 8040 | BE <--> BE | BE 上的 http server 的端口 |
 | 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 端口 |
+| BE | brpc\_port | 8060 | FE <--> BE, BE <--> BE | BE 上的 brpc 端口,用于 BE 之间通讯 |
+| FE | http_port  | 8030 | FE <--> FE,用户 <--> FE |FE 上的 http server 端口 |
 | FE | rpc_port | 9020 | BE --> FE, FE <--> FE | FE 上的 thrift server 
端口,每个fe的配置需要保持一致|
-| FE | query_port | 9030 | 用户 | FE 上的 mysql server 端口 |
+| FE | query_port | 9030 | 用户 <--> FE | FE 上的 mysql server 端口 |
 | FE | edit\_log_port | 9010 | FE <--> FE | FE 上的 bdbje 之间通信用的端口 |
 | Broker | broker\_ipc_port | 8000 | FE --> Broker, BE --> Broker | Broker 上的 
thrift server,用于接收请求 |
 

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

Reply via email to