[DOC] minor update (#6820)

This commit is contained in:
Gabriel
2021-10-13 09:14:56 +08:00
committed by GitHub
parent a6e905eae9
commit 30bf6c0d1d
2 changed files with 7 additions and 7 deletions

View File

@ -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",

View File

@ -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",