Hello!
Just wondering if there is a way to load-balancing all executors on one operator across the machine. I have a reduce operator that has less parallelism level than the total number of slots in the cluster. Currently flink tries to compact executors in an operator and schedule them to some of the machines in the cluster. Just wondering if there is a way to make Flink schedule these executor evenly across the machines (e.g. one executor per machine.)?
Thanks!
Le