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

时间:2023-11-10 09:20:50

语法格式

create table hbaseSink (
  attr_name attr_type 
  (',' attr_name attr_type)* 
  ','PRIMARY KEY (attr_name, ...) NOT ENFORCED)
) with (
  'connector' = 'hbase-2.2',
  'table-name' = '',
  'zookeeper.quorum' = ''
);
support.huaweicloud.com/sqlref-flink-dli/dli_08_0396.html