Re: Load Distribution in specific Slot of Taskmanager in flink(version 1.15.2)

2022-11-20 Thread yidan zhao
If no data skew exists, you can set the job's parallelism any times of the count of taskmanagers, and set `cluster.evenly-spread-out-slots` to true in flink-conf.yaml of your flink cluster. harshit.varsh...@iktara.ai 于2022年11月7日周一 20:41写道: > > Dear Team, > > > > I need some advice on setting up l

Load Distribution in specific Slot of Taskmanager in flink(version 1.15.2)

2022-11-07 Thread harshit.varsh...@iktara.ai
Dear Team, I need some advice on setting up load distribution of flink tasks. I have a flink task that processes transactions for users. Since load is more than what can be handled on single machine, I want same task to be executed on 3 machines. I am trying to use parallelism feature