Hi Kien Truong,
This behavior is intentional. The "parallelism.default" config entry
refers to the default parallelism to set when submitting Flink
programs. Since Flink programs are assembled on the Client (your
machine) it is set to 1 there. When you submit from the cluster, it
picks up the corr
Hi,
When I submit a job using RemoteEnvironment without setting parallelism, it
always uses only one task slot.
Is this a bug or intentional ? I thought it was supposed to be the default
configuration of the server (parallelism.default=24 in my cases)
I'm using Flink in Standalone cluster mode.