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 ec777aa [DOCS] improve docs (#6718)
ec777aa is described below
commit ec777aa12244374e18a07326f60370f9ef6c097a
Author: Gabriel <[email protected]>
AuthorDate: Sat Sep 25 12:26:41 2021 +0800
[DOCS] improve docs (#6718)
---
docs/en/installing/install-deploy.md | 6 +++---
docs/zh-CN/installing/install-deploy.md | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/en/installing/install-deploy.md
b/docs/en/installing/install-deploy.md
index 5f29307..867d79e 100644
--- a/docs/en/installing/install-deploy.md
+++ b/docs/en/installing/install-deploy.md
@@ -146,18 +146,18 @@ See the section on `lower_case_table_names` variables in
[Variables](../administ
* Copy the FE deployment file to the specified node
- Copy the Fe folder under output generated by source code compilation to
the node specified deployment path of FE.
+ Copy the Fe folder under output generated by source code compilation to
the node specified deployment path of FE and enter this directory.
* Configure FE
- 1. The configuration file is conf/fe.conf. Note: `meta_dir`: Metadata
storage location. The default is fe/doris-meta/. The directory needs to be
**created manually** by.
+ 1. The configuration file is conf/fe.conf. Note: `meta_dir` indicates
the Metadata storage location. The default value is `${DORIS_HOME}/doris-meta`.
The directory needs to be **created manually**.
2. JAVA_OPTS in fe.conf defaults to a maximum heap memory of 4GB for
java, and it is recommended that the production environment be adjusted to more
than 8G.
* Start FE
`sh bin/start_fe.sh --daemon`
- The FE process starts and enters the background execution. Logs are
stored in the fe/log/directory by default. If startup fails, you can view error
messages by looking at fe/log/fe.log or fe/log/fe.out.
+ The FE process starts and enters the background execution. Logs are
stored in the log/ directory by default. If startup fails, you can view error
messages by looking at log/fe.log or log/fe.out.
* For deployment of multiple FEs, see the section "FE scaling and downsizing"
diff --git a/docs/zh-CN/installing/install-deploy.md
b/docs/zh-CN/installing/install-deploy.md
index f4eeadd..8b6145b 100644
--- a/docs/zh-CN/installing/install-deploy.md
+++ b/docs/zh-CN/installing/install-deploy.md
@@ -142,11 +142,11 @@ doris默认为表名大小写敏感,如有表名大小写不敏感的需求需
* 拷贝 FE 部署文件到指定节点
- 将源码编译生成的 output 下的 fe 文件夹拷贝到 FE 的节点指定部署路径下。
+ 将源码编译生成的 output 下的 fe 文件夹拷贝到 FE 的节点指定部署路径下并进入该目录。
* 配置 FE
- 1. 配置文件为 conf/fe.conf。其中注意:`meta_dir`:元数据存放位置。默认在 fe/doris-meta/
下。需**手动创建**该目录。
+ 1. 配置文件为 conf/fe.conf。其中注意:`meta_dir`是元数据存放位置。默认值为
`${DORIS_HOME}/doris-meta`。需**手动创建**该目录。
**注意:生产环境强烈建议单独指定目录不要放在Doris安装目录下,最好是单独的磁盘(如果有SSD最好),测试开发环境可以使用默认配置**
@@ -156,7 +156,7 @@ doris默认为表名大小写敏感,如有表名大小写不敏感的需求需
`sh bin/start_fe.sh --daemon`
- FE进程启动进入后台执行。日志默认存放在 fe/log/ 目录下。如启动失败,可以通过查看 fe/log/fe.log 或者
fe/log/fe.out 查看错误信息。
+ FE进程启动进入后台执行。日志默认存放在 log/ 目录下。如启动失败,可以通过查看 log/fe.log 或者 log/fe.out 查看错误信息。
* 如需部署多 FE,请参见 "FE 扩容和缩容" 章节
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]