This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 16566c135fdc1830adb4f9a1755bc744a6f67829 Author: Yankee <[email protected]> AuthorDate: Fri Apr 1 10:21:03 2022 +0800 [typo](docs) update documentation (#8756) --- docs/en/installing/install-deploy.md | 2 +- docs/zh-CN/installing/install-deploy.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/installing/install-deploy.md b/docs/en/installing/install-deploy.md index 085329d7ed..77f9e657a7 100644 --- a/docs/en/installing/install-deploy.md +++ b/docs/en/installing/install-deploy.md @@ -244,7 +244,7 @@ See the section on `lower_case_table_names` variables in [Variables](../administ * View BE status - Connect to FE using mysql-client and execute `SHOW PROC '/backends'; `View BE operation. If everything is normal, the `isAlive`column should be `true`. + Connect to FE using mysql-client and execute `SHOW PROC '/backends'; `View BE operation. If everything is normal, the `Alive`column should be `true`. #### (Optional) FS_Broker deployment diff --git a/docs/zh-CN/installing/install-deploy.md b/docs/zh-CN/installing/install-deploy.md index 22afc69516..43db41e34b 100644 --- a/docs/zh-CN/installing/install-deploy.md +++ b/docs/zh-CN/installing/install-deploy.md @@ -243,7 +243,7 @@ doris默认为表名大小写敏感,如有表名大小写不敏感的需求需 * 查看BE状态 - 使用 mysql-client 连接到 FE,并执行 `SHOW PROC '/backends';` 查看 BE 运行情况。如一切正常,`isAlive` 列应为 `true`。 + 使用 mysql-client 连接到 FE,并执行 `SHOW PROC '/backends';` 查看 BE 运行情况。如一切正常,`Alive` 列应为 `true`。 #### (可选)FS_Broker 部署 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
