[doc]fix start/stop command (#8150)

This commit is contained in:
dataalive
2022-02-20 12:03:47 +08:00
committed by GitHub
parent 4926c0bee7
commit 02531cc536
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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