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 a1500eb Update doris-on-es.md (#3446) a1500eb is described below commit a1500eb544d4cb166b36111f72b45b14a4316cd9 Author: xbyang18 <xbyan...@users.noreply.github.com> AuthorDate: Sun May 3 12:48:48 2020 +0800 Update doris-on-es.md (#3446) --- docs/en/extending-doris/doris-on-es.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/extending-doris/doris-on-es.md b/docs/en/extending-doris/doris-on-es.md index e46277e..cf66cab 100644 --- a/docs/en/extending-doris/doris-on-es.md +++ b/docs/en/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 @@ Description of parameters: Parameter | description ---|--- -Host | ES Cluster Connection Address, which can specify one or more, through which Doris obtains the share distribution information of ES version number and index +Hosts | ES Cluster Connection Address, which can specify one or more, through which Doris obtains the share distribution information of ES version number and index User | Open the user name of the ES cluster authenticated by basic, you need to ensure that the user has access to: / cluster / state / nodes / HTTP and other path permissions and read permissions for index Password | corresponding user's password information The index name of the ES corresponding to the table in index | Doris can be alias --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org