This is an automated email from the ASF dual-hosted git repository. kangkaisen 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 2cb4027 Update doris-on-es.md (#3441) 2cb4027 is described below commit 2cb40271646afd81bceea74dc681debbe77a4d16 Author: xbyang18 <xbyan...@users.noreply.github.com> AuthorDate: Sun May 3 12:48:19 2020 +0800 Update doris-on-es.md (#3441) --- docs/zh-CN/extending-doris/doris-on-es.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh-CN/extending-doris/doris-on-es.md b/docs/zh-CN/extending-doris/doris-on-es.md index afe5e47..d40fe89 100644 --- a/docs/zh-CN/extending-doris/doris-on-es.md +++ b/docs/zh-CN/extending-doris/doris-on-es.md @@ -60,7 +60,7 @@ CREATE EXTERNAL TABLE `es_table` ( PARTITION BY RANGE(`id`) () PROPERTIES ( -"host" = "http://192.168.0.1:8200,http://192.168.0.2:8200", +"hosts" = "http://192.168.0.1:8200,http://192.168.0.2:8200", "user" = "root", "password" = "root", "index" = "tindex”, @@ -72,7 +72,7 @@ PROPERTIES ( 参数 | 说明 ---|--- -host | ES集群连接地址,可指定一个或多个,Doris通过这个地址获取到ES版本号、index的shard分布信息 +hosts | ES集群连接地址,可指定一个或多个,Doris通过这个地址获取到ES版本号、index的shard分布信息 user | 开启basic认证的ES集群的用户名,需要确保该用户有访问: /\_cluster/state/\_nodes/http等路径权限和对index的读权限 password | 对应用户的密码信息 index | Doris中的表对应的ES的index名字,可以是alias --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org