[DOC] minor update (#6820)
This commit is contained in:
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user