> On 01 Dec 2015, at 15:26, Kashmar, Ali <ali.kash...@emc.com> wrote: > > Is there a way to make a task cluster-parallelizable? I.e. Make sure the > parallel instances of the task are distributed across the cluster. When I > run my flink job with a parallelism of 16, all the parallel tasks are > assigned to the first task manager.
No, currently this is not possible*. But it can actually be beneficial for job performance if everything is running locally on a single task manager. Is there a specific reason that you want to spread it out? – Ufuk * There was a pull request by Till Rohrmann, which never made it into the main code: https://github.com/apache/flink/pull/60