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 e80c34b [docs][typo] fix some typos in documents (#7769)
e80c34b is described below
commit e80c34b6fe8507d201f954f73a249cec69106ce5
Author: xy720 <[email protected]>
AuthorDate: Sun Jan 16 10:43:42 2022 +0800
[docs][typo] fix some typos in documents (#7769)
---
docs/en/administrator-guide/operation/metadata-operation.md | 2 +-
docs/en/sql-reference/sql-statements/Administration/SHOW PLUGINS.md | 2 +-
.../sql-reference/sql-statements/Data Definition/CREATE REPOSITORY.md | 2 +-
.../sql-reference/sql-statements/Data Definition/DROP REPOSITORY.md | 2 +-
.../en/sql-reference/sql-statements/Data Definition/SHOW RESOURCES.md | 2 +-
.../en/sql-reference/sql-statements/Data Manipulation/lateral-view.md | 2 +-
docs/zh-CN/administrator-guide/operation/metadata-operation.md | 4 ++--
.../zh-CN/sql-reference/sql-statements/Administration/SHOW PLUGINS.md | 2 +-
.../sql-reference/sql-statements/Data Definition/CREATE REPOSITORY.md | 2 +-
.../sql-reference/sql-statements/Data Definition/CREATE RESOURCE.md | 2 +-
.../sql-reference/sql-statements/Data Definition/DROP REPOSITORY.md | 2 +-
.../sql-reference/sql-statements/Data Definition/DROP RESOURCE.md | 2 +-
.../sql-reference/sql-statements/Data Manipulation/lateral-view.md | 2 +-
13 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/docs/en/administrator-guide/operation/metadata-operation.md
b/docs/en/administrator-guide/operation/metadata-operation.md
index c5f6ced..dedbe78 100644
--- a/docs/en/administrator-guide/operation/metadata-operation.md
+++ b/docs/en/administrator-guide/operation/metadata-operation.md
@@ -141,7 +141,7 @@ Adding FE processes is described in detail in the
[Deployment and Upgrade Docume
1. Notes
* Before adding a new FE, make sure that the current Master FE runs
properly (connection is normal, JVM is normal, image generation is normal,
bdbje data directory is too large, etc.)
- * The first time you start a new FE, you must make sure that the
`-helper` parameter is added to point to Master FE. There is no need to add
`-helper` when restarting. (If `-helper` is specified, FE will directly ask the
helper node for its role. If not, FE will try to obtain information from `ROLE`
and `VERSION` files in the `palo-meta/image/` directory.
+ * The first time you start a new FE, you must make sure that the
`--helper` parameter is added to point to Master FE. There is no need to add
`--helper` when restarting. (If `--helper` is specified, FE will directly ask
the helper node for its role. If not, FE will try to obtain information from
`ROLE` and `VERSION` files in the `palo-meta/image/` directory.
* The first time you start a new FE, you must make sure that the
`meta_dir` of the FE is created, has correct permissions and is empty.
* Starting a new FE and executing the `ALTER SYSTEM ADD
FOLLOWER/OBSERVER` statement adds FE to metadata in a sequence that is not
required. If a new FE is started first and no statement is executed, the
`current node is not added to the group. Please add it first.` in the new FE
log. When the statement is executed, it enters the normal process.
* Make sure that after the previous FE is added successfully, the next
FE is added.
diff --git a/docs/en/sql-reference/sql-statements/Administration/SHOW
PLUGINS.md b/docs/en/sql-reference/sql-statements/Administration/SHOW PLUGINS.md
index c1f00a2..02a4e13 100644
--- a/docs/en/sql-reference/sql-statements/Administration/SHOW PLUGINS.md
+++ b/docs/en/sql-reference/sql-statements/Administration/SHOW PLUGINS.md
@@ -42,4 +42,4 @@ under the License.
SHOW PLUGINS;
## keyword
- SHOW PLUGINS
\ No newline at end of file
+ SHOW, PLUGIN, PLUGINS
\ No newline at end of file
diff --git a/docs/en/sql-reference/sql-statements/Data Definition/CREATE
REPOSITORY.md b/docs/en/sql-reference/sql-statements/Data Definition/CREATE
REPOSITORY.md
index fac4cd6..1bc33a4 100644
--- a/docs/en/sql-reference/sql-statements/Data Definition/CREATE REPOSITORY.md
+++ b/docs/en/sql-reference/sql-statements/Data Definition/CREATE REPOSITORY.md
@@ -84,4 +84,4 @@ under the License.
);
## keyword
-CREATE REPOSITORY
+CREATE, REPOSITORY
diff --git a/docs/en/sql-reference/sql-statements/Data Definition/DROP
REPOSITORY.md b/docs/en/sql-reference/sql-statements/Data Definition/DROP
REPOSITORY.md
index c673762..cb24b10 100644
--- a/docs/en/sql-reference/sql-statements/Data Definition/DROP REPOSITORY.md
+++ b/docs/en/sql-reference/sql-statements/Data Definition/DROP REPOSITORY.md
@@ -38,4 +38,4 @@ Explain:
DROP REPOSITORY `bos_repo`;
## keyword
-DROP REPOSITORY
+DROP, REPOSITORY
diff --git a/docs/en/sql-reference/sql-statements/Data Definition/SHOW
RESOURCES.md b/docs/en/sql-reference/sql-statements/Data Definition/SHOW
RESOURCES.md
index b916385..d77593e 100644
--- a/docs/en/sql-reference/sql-statements/Data Definition/SHOW RESOURCES.md
+++ b/docs/en/sql-reference/sql-statements/Data Definition/SHOW RESOURCES.md
@@ -60,5 +60,5 @@ under the License.
## keyword
- SHOW RESOURCES
+ SHOW, RESOURCES
diff --git a/docs/en/sql-reference/sql-statements/Data
Manipulation/lateral-view.md b/docs/en/sql-reference/sql-statements/Data
Manipulation/lateral-view.md
index 1adacea..33cb1d5 100644
--- a/docs/en/sql-reference/sql-statements/Data Manipulation/lateral-view.md
+++ b/docs/en/sql-reference/sql-statements/Data Manipulation/lateral-view.md
@@ -91,4 +91,4 @@ lateral view explode_bitmap(x) tmp2 as e1;
## keyword
- lateral view
+ LATERAL, VIEW
diff --git a/docs/zh-CN/administrator-guide/operation/metadata-operation.md
b/docs/zh-CN/administrator-guide/operation/metadata-operation.md
index 995f10f..5bfd16f 100644
--- a/docs/zh-CN/administrator-guide/operation/metadata-operation.md
+++ b/docs/zh-CN/administrator-guide/operation/metadata-operation.md
@@ -141,7 +141,7 @@ under the License.
1. 注意事项
* 在添加新的 FE 之前,一定先确保当前的 Master FE 运行正常(连接是否正常,JVM 是否正常,image 生成是否正常,bdbje
数据目录是否过大等等)
- * 第一次启动新的 FE,一定确保添加了 `-helper` 参数指向 Master FE。再次启动时可不用添加 `-helper`。(如果指定了
`-helper`,FE 会直接询问 helper 节点自己的角色,如果没有指定,FE会尝试从 `palo-meta/image/` 目录下的 `ROLE`
和 `VERSION` 文件中获取信息)。
+ * 第一次启动新的 FE,一定确保添加了 `--helper` 参数指向 Master FE。再次启动时可不用添加
`--helper`。(如果指定了 `--helper`,FE 会直接询问 helper 节点自己的角色,如果没有指定,FE会尝试从
`palo-meta/image/` 目录下的 `ROLE` 和 `VERSION` 文件中获取信息)。
* 第一次启动新的 FE,一定确保这个 FE 的 `meta_dir` 已经创建、权限正确且为空。
* 启动新的 FE,和执行 `ALTER SYSTEM ADD FOLLOWER/OBSERVER` 语句在元数据添加
FE,这两个操作的顺序没有先后要求。如果先启动了新的 FE,而没有执行语句,则新的 FE 日志中会一直滚动 `current node is not
added to the group. please add it first.` 字样。当执行语句后,则会进入正常流程。
* 请确保前一个 FE 添加成功后,再添加下一个 FE。
@@ -202,7 +202,7 @@ FE 有可能因为某些原因出现无法启动 bdbje、FE 之间无法同步
> 1. 先把除了这个 “OBSERVER” 以外的所有 FE 节点 DROP 掉。
> 2. 通过 `ADD FOLLOWER` 命令,添加一个新的 FOLLOWER FE,假设在 hostA 上。
- > 3. 在 hostA 上启动一个全新的 FE,通过 `-helper` 的方式加入集群。
+ > 3. 在 hostA 上启动一个全新的 FE,通过 `--helper` 的方式加入集群。
> 4. 启动成功后,通过 `show frontends;` 语句,你应该能看到两个 FE,一个是之前的 OBSERVER,一个是新添加的
FOLLOWER,并且 OBSERVER 是 master。
> 5. 确认这个新的 FOLLOWER 是可以正常工作之后,用这个新的 FOLLOWER 的元数据,重新执行一遍故障恢复操作。
> 6. 以上这些步骤的目的,其实就是人为的制造出一个 FOLLOWER 节点的元数据,然后用这个元数据,重新开始故障恢复。这样就避免了从
OBSERVER 恢复元数据所遇到的不一致的问题。
diff --git a/docs/zh-CN/sql-reference/sql-statements/Administration/SHOW
PLUGINS.md b/docs/zh-CN/sql-reference/sql-statements/Administration/SHOW
PLUGINS.md
index f2e5c33..073ac4b 100644
--- a/docs/zh-CN/sql-reference/sql-statements/Administration/SHOW PLUGINS.md
+++ b/docs/zh-CN/sql-reference/sql-statements/Administration/SHOW PLUGINS.md
@@ -42,4 +42,4 @@ under the License.
SHOW PLUGINS;
## keyword
- SHOW PLUGINS
\ No newline at end of file
+ SHOW, PLUGIN, PLUGINS
\ No newline at end of file
diff --git a/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE
REPOSITORY.md b/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE
REPOSITORY.md
index d6d3a8f..02b429c 100644
--- a/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE
REPOSITORY.md
+++ b/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE
REPOSITORY.md
@@ -84,5 +84,5 @@ under the License.
);
## keyword
- CREATE REPOSITORY
+ CREATE, REPOSITORY
diff --git a/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE
RESOURCE.md b/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE
RESOURCE.md
index a649e47..e558109 100644
--- a/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE
RESOURCE.md
+++ b/docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE
RESOURCE.md
@@ -69,5 +69,5 @@ under the License.
broker.property_key: broker读取ETL生成的中间文件时需要指定的认证信息等。
## keyword
- CREATE RESOURCE
+ CREATE, RESOURCE
diff --git a/docs/zh-CN/sql-reference/sql-statements/Data Definition/DROP
REPOSITORY.md b/docs/zh-CN/sql-reference/sql-statements/Data Definition/DROP
REPOSITORY.md
index dce41ae..ad7cd86 100644
--- a/docs/zh-CN/sql-reference/sql-statements/Data Definition/DROP
REPOSITORY.md
+++ b/docs/zh-CN/sql-reference/sql-statements/Data Definition/DROP
REPOSITORY.md
@@ -38,5 +38,5 @@ under the License.
DROP REPOSITORY `bos_repo`;
## keyword
- DROP REPOSITORY
+ DROP, REPOSITORY
diff --git a/docs/zh-CN/sql-reference/sql-statements/Data Definition/DROP
RESOURCE.md b/docs/zh-CN/sql-reference/sql-statements/Data Definition/DROP
RESOURCE.md
index b25a456..07d8702 100644
--- a/docs/zh-CN/sql-reference/sql-statements/Data Definition/DROP RESOURCE.md
+++ b/docs/zh-CN/sql-reference/sql-statements/Data Definition/DROP RESOURCE.md
@@ -35,5 +35,5 @@ under the License.
DROP RESOURCE 'spark0';
## keyword
- DROP RESOURCE
+ DROP, RESOURCE
diff --git a/docs/zh-CN/sql-reference/sql-statements/Data
Manipulation/lateral-view.md b/docs/zh-CN/sql-reference/sql-statements/Data
Manipulation/lateral-view.md
index 2b6798e..be9af88 100644
--- a/docs/zh-CN/sql-reference/sql-statements/Data Manipulation/lateral-view.md
+++ b/docs/zh-CN/sql-reference/sql-statements/Data Manipulation/lateral-view.md
@@ -91,4 +91,4 @@ lateral view explode_bitmap(x) tmp2 as e1;
## keyword
- lateral view
+ LATERAL, VIEW
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]