I set "parallelism.default: 6" on flink-conf.yaml of all 6 machines, and still, my job only uses 1 task manager. Why?
On Wed, Feb 24, 2016 at 8:31 AM, Till Rohrmann <trohrm...@apache.org> wrote: > Hi Saiph, > > I think the configuration value should be parallelism.default: 6. That > will execute jobs which have not parallelism defined with a DOP of 6. > > Cheers, > Till > > > On Wed, Feb 24, 2016 at 1:43 AM, Saiph Kappa <saiph.ka...@gmail.com> > wrote: > >> Hi, >> >> I am running a flink stream application on a cluster with 6 slaves/task >> managers. I have set in flink-conf.yaml of every machine >> "parallelization.degree.default: 6". However, when I run my application it >> just uses one task slot and not all of them. Am I missing something? >> >> Thanks. >> > >