数据湖探索 DLI-Hudi结果表:语法格式

时间:2025-04-21 16:26:41

语法格式

create table hudiSink (
  attr_name attr_type 
  (',' attr_name attr_type)* 
 )
with (
  'connector' = 'hudi',
  'path' = 'obs://xx',
  'table.type' = 'MERGE_ON_READ',
  'hoodie.datasource.write.recordkey.field' = 'xx',
  'write.precombine.field' = 'xx',
  'read.streaming.enabled' = 'true'
   ...
);
support.huaweicloud.com/sqlref-flink-dli/dli_08_15056.html
提示

您即将访问非华为云网站,请注意账号财产安全