This is an automated email from the ASF dual-hosted git repository.
diwu 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 241801ca17 [typo](doc) fix get_start doc (#14001)
241801ca17 is described below
commit 241801ca17029b3b4a30dabae2a5bfede416111e
Author: TaoZex <[email protected]>
AuthorDate: Mon Nov 7 21:28:45 2022 +0800
[typo](doc) fix get_start doc (#14001)
---
docs/zh-CN/docs/get-starting/get-starting.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zh-CN/docs/get-starting/get-starting.md
b/docs/zh-CN/docs/get-starting/get-starting.md
index 645d50d7ae..faa9cb72d9 100644
--- a/docs/zh-CN/docs/get-starting/get-starting.md
+++ b/docs/zh-CN/docs/get-starting/get-starting.md
@@ -179,7 +179,7 @@ Doris FE 的停止可以通过下面的命令完成
cd apache-doris-x.x.x/be
```
-修改 FE 配置文件 `conf/be.conf` ,这里我们主要修改两个参数:`priority_networks'` 及 `storage_root`
,如果你需要更多优化配置,请参考 [BE 参数配置](../admin-manual/config/be-config)说明,进行调整。
+修改 BE 配置文件 `conf/be.conf` ,这里我们主要修改两个参数:`priority_networks'` 及 `storage_root`
,如果你需要更多优化配置,请参考 [BE 参数配置](../admin-manual/config/be-config)说明,进行调整。
1. 添加 priority_networks 参数
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]