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/doris.git
The following commit(s) were added to refs/heads/master by this push: new d60afe82a4 FIX: doc error (#11660) d60afe82a4 is described below commit d60afe82a4dc2a58b0be9b1923f71fb9451e2937 Author: Stalary <stal...@163.com> AuthorDate: Thu Aug 11 09:20:06 2022 +0800 FIX: doc error (#11660) es doc fix --- docs/en/docs/ecosystem/external-table/doris-on-es.md | 4 ++-- docs/zh-CN/docs/ecosystem/external-table/doris-on-es.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/docs/ecosystem/external-table/doris-on-es.md b/docs/en/docs/ecosystem/external-table/doris-on-es.md index 50e8af69de..44cff17f11 100644 --- a/docs/en/docs/ecosystem/external-table/doris-on-es.md +++ b/docs/en/docs/ecosystem/external-table/doris-on-es.md @@ -335,7 +335,7 @@ This term does not match any term in the dictionary, and will not return any res The type of `k4.keyword` is `keyword`, and writing data into ES is a complete term, so it can be matched -### Enable node discovery mechanism, default is true(es\_nodes\_discovery=true) +### Enable node discovery mechanism, default is true(nodes\_discovery=true) ``` CREATE EXTERNAL TABLE `test` ( @@ -358,7 +358,7 @@ Parameter Description: Parameter | Description ---|--- -**es\_nodes\_discovery** | Whether or not to enable ES node discovery. the default is true +**nodes\_discovery** | Whether or not to enable ES node discovery. the default is true Doris would find all available related data nodes (shards allocated on)from ES when this is true. Just set false if address of ES data nodes are not accessed by Doris BE, eg. the ES cluster is deployed in the intranet which isolated from your public Internet, and users access through a proxy diff --git a/docs/zh-CN/docs/ecosystem/external-table/doris-on-es.md b/docs/zh-CN/docs/ecosystem/external-table/doris-on-es.md index 8bb07f1c2e..c170f185b5 100644 --- a/docs/zh-CN/docs/ecosystem/external-table/doris-on-es.md +++ b/docs/zh-CN/docs/ecosystem/external-table/doris-on-es.md @@ -332,7 +332,7 @@ POST /_analyze `k4.keyword` 的类型是`keyword`,数据写入ES中是一个完整的term,所以可以匹配 -### 开启节点自动发现, 默认为true(es\_nodes\_discovery=true) +### 开启节点自动发现, 默认为true(nodes\_discovery=true) ``` CREATE EXTERNAL TABLE `test` ( @@ -355,7 +355,7 @@ PROPERTIES ( 参数 | 说明 ---|--- -**es\_nodes\_discovery** | 是否开启es节点发现,默认为true +**nodes\_discovery** | 是否开启es节点发现,默认为true 当配置为true时,Doris将从ES找到所有可用的相关数据节点(在上面分配的分片)。如果ES数据节点的地址没有被Doris BE访问,则设置为false。ES集群部署在与公共Internet隔离的内网,用户通过代理访问 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org