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/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 30bf6c0 [DOC] minor update (#6820)
30bf6c0 is described below
commit 30bf6c0d1d00465d2ee704df000c1e98b4b39bce
Author: Gabriel <[email protected]>
AuthorDate: Wed Oct 13 09:14:56 2021 +0800
[DOC] minor update (#6820)
---
docs/en/extending-doris/doris-on-es.md | 4 ++--
docs/zh-CN/extending-doris/doris-on-es.md | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/en/extending-doris/doris-on-es.md
b/docs/en/extending-doris/doris-on-es.md
index 9be1bed..a653986 100644
--- a/docs/en/extending-doris/doris-on-es.md
+++ b/docs/en/extending-doris/doris-on-es.md
@@ -340,7 +340,7 @@ CREATE EXTERNAL TABLE `test` (
) ENGINE=ELASTICSEARCH
PROPERTIES (
"hosts" = "http://192.168.0.1:8200,http://192.168.0.2:8200",
-"index" = "test”,
+"index" = "test",
"type" = "doc",
"user" = "root",
"password" = "root",
@@ -369,7 +369,7 @@ CREATE EXTERNAL TABLE `test` (
) ENGINE=ELASTICSEARCH
PROPERTIES (
"hosts" = "http://192.168.0.1:8200,http://192.168.0.2:8200",
-"index" = "test”,
+"index" = "test",
"type" = "doc",
"user" = "root",
"password" = "root",
diff --git a/docs/zh-CN/extending-doris/doris-on-es.md
b/docs/zh-CN/extending-doris/doris-on-es.md
index cc9895e..7840b6b 100644
--- a/docs/zh-CN/extending-doris/doris-on-es.md
+++ b/docs/zh-CN/extending-doris/doris-on-es.md
@@ -115,7 +115,7 @@ CREATE EXTERNAL TABLE `test` (
) ENGINE=ELASTICSEARCH // ENGINE必须是Elasticsearch
PROPERTIES (
"hosts" = "http://192.168.0.1:8200,http://192.168.0.2:8200",
-"index" = "test”,
+"index" = "test",
"type" = "doc",
"user" = "root",
@@ -184,7 +184,7 @@ CREATE EXTERNAL TABLE `test` (
) ENGINE=ELASTICSEARCH
PROPERTIES (
"hosts" = "http://192.168.0.1:8200,http://192.168.0.2:8200",
-"index" = "test”,
+"index" = "test",
"type" = "doc",
"user" = "root",
"password" = "root",
@@ -225,7 +225,7 @@ CREATE EXTERNAL TABLE `test` (
) ENGINE=ELASTICSEARCH
PROPERTIES (
"hosts" = "http://192.168.0.1:8200,http://192.168.0.2:8200",
-"index" = "test”,
+"index" = "test",
"type" = "doc",
"user" = "root",
"password" = "root",
@@ -337,7 +337,7 @@ CREATE EXTERNAL TABLE `test` (
) ENGINE=ELASTICSEARCH
PROPERTIES (
"hosts" = "http://192.168.0.1:8200,http://192.168.0.2:8200",
-"index" = "test”,
+"index" = "test",
"type" = "doc",
"user" = "root",
"password" = "root",
@@ -366,7 +366,7 @@ CREATE EXTERNAL TABLE `test` (
) ENGINE=ELASTICSEARCH
PROPERTIES (
"hosts" = "http://192.168.0.1:8200,http://192.168.0.2:8200",
-"index" = "test”,
+"index" = "test",
"type" = "doc",
"user" = "root",
"password" = "root",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]