Maximilian Michels created FLINK-3114: -----------------------------------------
Summary: 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.1, 0.10.0, 1.0.0 Environment: 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. Reporter: Maximilian Michels Fix For: 1.0.0 -- This message was sent by Atlassian JIRA (v6.3.4#6332)