[
https://issues.apache.org/jira/browse/FLINK-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14390495#comment-14390495
]
ASF GitHub Bot commented on FLINK-1589:
---------------------------------------
Github user uce commented on a diff in the pull request:
https://github.com/apache/flink/pull/427#discussion_r27566259
--- Diff:
flink-java/src/main/java/org/apache/flink/api/java/ExecutionEnvironment.java ---
@@ -1058,6 +1059,20 @@ public static LocalEnvironment
createLocalEnvironment(int parallelism) {
lee.setParallelism(parallelism);
return lee;
}
+
+ /**
+ * Creates a {@link LocalEnvironment}. The local execution environment
will run the program in a
+ * multi-threaded fashion in the same JVM as the environment was
created in. It will use the
+ * degree of parallelism specified in the parameter.
--- End diff --
degree of parllelism has been renamed recently
> Add option to pass Configuration to LocalExecutor
> -------------------------------------------------
>
> Key: FLINK-1589
> URL: https://issues.apache.org/jira/browse/FLINK-1589
> Project: Flink
> Issue Type: New Feature
> Reporter: Robert Metzger
> Assignee: Robert Metzger
>
> Right now its not possible for users to pass custom configuration values to
> Flink when running it from within an IDE.
> It would be very convenient to be able to create a local execution
> environment that allows passing configuration files.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)