Flink sql中如何在streaming模式和batch模式下切换?

提问者:帅平 问题分类:大数据
Flink sql中如何在streaming模式和batch模式下切换?
2 个回答
浮°
浮°
设置batch模式
set 'execution.runtime-mode' = 'batch';
设置streaming模式
set 'execution.runtime-mode' = 'streaming';
发布于:4个月前 (12-24) IP属地:四川省
我来回答