数据湖探索 DLI-创建DLI表关联CSS:示例

时间:2023-11-10 09:19:37

示例

1
2
3
4
5
6
7
8
CREATE TABLE IF NOT EXISTS dli_to_css (doc_id String, name string, age int)
  USING CSS OPTIONS (
  es.nodes 'to-css-1174404703-LzwpJEyx.datasource.com:9200',
  resource '/dli_index/dli_type',
  pushdown 'false',
  strict 'true',
  es.nodes.wan.only 'true',
  es.mapping.id 'doc_id');
support.huaweicloud.com/sqlref-spark-dli/dli_08_0201.html