Hello everyoneI'm a Flink SQL user. Now i have a question.How can i set parallelism in clause of group by.For exampleSELECTT.user_id,D.user_name(SELECTuser_id,MIN(processtime)from my_tablegroup by user_id,TUMBLE(processtime, INTERVAL '15' SECOND)) AS TLEFT JOIN my_dim_table FOR SYSTEM_TIME AS OF T.proc_time AS D ON T.user_id = D.user_idIf the partition of the topic is 3, then,the parallelism of the job is 3.In this example,there are three operator0ne is Source operator, parallelism is 3Two is GroupWindowAggregate operator,parallelism is 3Three is LookupJoin operator,parallelism is 3I want to change the parallelism of GroupWindowAggregate,but i can't.Best wishesforideal
Benchao Li School of Electronics Engineering and Computer Science, Peking University Tel:+86-15650713730 Email: [hidden email]; [hidden email]
Free forum by Nabble | Edit this page |