Flink sql client support k8s application mode?

2022-03-15 Thread JianWen Huang
Does Flink SQL client support k8s application mode?

Flink sql calculate principle question

2022-03-09 Thread JianWen Huang
As we all know. Flink sql will be translated into streaming api. Look at a sql : SELECT color, sum(id) FROM T GROUP BY color. In the actual calculation, Flink will store the whole t-stream into the state, and a piece of data in the stream will trigger a full stream calculation. Or does the stat