This is an automated email from the ASF dual-hosted git repository.
jiafengzheng 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 02531cc [doc]fix start/stop command (#8150)
02531cc is described below
commit 02531cc53604c00fcc143025f4e73cf85536e71c
Author: dataalive <[email protected]>
AuthorDate: Sun Feb 20 12:03:47 2022 +0800
[doc]fix start/stop command (#8150)
---
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 78d177e..3d5b1ba 100644
--- a/docs/en/installing/install-deploy.md
+++ b/docs/en/installing/install-deploy.md
@@ -177,7 +177,7 @@ See the section on `lower_case_table_names` variables in
[Variables](../administ
* Start FE
- `sh bin/start_fe.sh --daemon`
+ `bin/start_fe.sh --daemon`
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.
@@ -236,7 +236,7 @@ See the section on `lower_case_table_names` variables in
[Variables](../administ
* Start BE
- `sh bin/start_be.sh --daemon`
+ `bin/start_be.sh --daemon`
The BE process will start and go into the background for execution.
Logs are stored in be/log/directory by default. If startup fails, you can view
error messages by looking at be/log/be.log or be/log/be.out.
@@ -256,7 +256,7 @@ Broker is deployed as a plug-in, independent of Doris. If
you need to import dat
* Start Broker
- `sh bin /start'u broker.sh --daemon ` start Broker
+ `bin/start_broker.sh --daemon ` start Broker
* Add Broker
diff --git a/docs/zh-CN/installing/install-deploy.md
b/docs/zh-CN/installing/install-deploy.md
index 8b67173..d05acec 100644
--- a/docs/zh-CN/installing/install-deploy.md
+++ b/docs/zh-CN/installing/install-deploy.md
@@ -176,7 +176,7 @@ doris默认为表名大小写敏感,如有表名大小写不敏感的需求需
* 启动FE
- `sh bin/start_fe.sh --daemon`
+ `bin/start_fe.sh --daemon`
FE进程启动进入后台执行。日志默认存放在 log/ 目录下。如启动失败,可以通过查看 log/fe.log 或者 log/fe.out 查看错误信息。
@@ -235,7 +235,7 @@ doris默认为表名大小写敏感,如有表名大小写不敏感的需求需
* 启动 BE
- `sh bin/start_be.sh --daemon`
+ `bin/start_be.sh --daemon`
BE 进程将启动并进入后台执行。日志默认存放在 be/log/ 目录下。如启动失败,可以通过查看 be/log/be.log 或者
be/log/be.out 查看错误信息。
@@ -255,7 +255,7 @@ Broker 以插件的形式,独立于 Doris 部署。如果需要从第三方存
* 启动 Broker
- `sh bin/start_broker.sh --daemon` 启动 Broker。
+ `bin/start_broker.sh --daemon` 启动 Broker。
* 添加 Broker
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]