[
https://issues.apache.org/jira/browse/FLINK-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maximilian Michels updated FLINK-3114:
--------------------------------------
Description:
When {{default.parallelism}} has been set in the cluster configuration, users
wonder why the default parallelism is 1 when they submit program from their
local machine, e.g. using the RemoteEnvironment.
The reason for that is that the default parallelism is only picked up locally.
I propose to change this behavior by querying the JobManager for its default
parallelism before JobGraph generation.
> RemoteEnvironment: Read cluster's default parallelism
> -----------------------------------------------------
>
> Key: FLINK-3114
> URL: https://issues.apache.org/jira/browse/FLINK-3114
> Project: Flink
> Issue Type: Improvement
> Components: Job-Submission, JobManager
> Affects Versions: 0.10.0, 1.0.0, 0.10.1
> Reporter: Maximilian Michels
> Fix For: 1.0.0
>
>
> When {{default.parallelism}} has been set in the cluster configuration, users
> wonder why the default parallelism is 1 when they submit program from their
> local machine, e.g. using the RemoteEnvironment.
> The reason for that is that the default parallelism is only picked up
> locally. I propose to change this behavior by querying the JobManager for its
> default parallelism before JobGraph generation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)