Flink这个问题怎么解决?
复制这些在作业草稿中使用,加上这些参数
set 'execution.checkpointing.interval' = '2 s';
set 'execution.checkpointing.mode' = 'EXACTLY_ONCE';
CREATE TABLE IF NOT EXISTS `srcatalog`.`sr_test`.`runoob_tbl_2` with (
'starrocks.create.table.properties'='buckets 8',
'starrocks.create.table.mode'='simple',
'database-name'='sr_test',
'jdbc-url'='jdbc:mysql://fe-c-1******.com:9030',
'load-url'='fe-c-1ac9******.cs.com:8030',
'table-name'='runoob_tbl_2',
'username'='******.',
'password' = '******',
'sink.semantic' = 'exactly-once',
'sink.buffer-flush.interval-ms' = '10000',
'sink.properties.row_delimiter' = '\x02',
'sink.properties.column_separator' = '\x01',
'sink.version' = 'v1'
)
as table `mysqlcatalog`.`mysql_test`.`runoob_tbl`
如何ctas不支持调试,直接运行。 此回答整理自钉群“实时计算Flink产品外部客户交流群”
赞0
踩0