[
https://issues.apache.org/jira/browse/FLINK-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14208208#comment-14208208
]
ASF GitHub Bot commented on FLINK-1230:
---------------------------------------
Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/incubator-flink/pull/195#discussion_r20229562
--- Diff: docs/local_execution.md ---
@@ -16,6 +16,9 @@ The `JobExecutionResult` object, which is returned after
the execution finished,
*Note:* The local execution environments do not start any web frontend to
monitor the execution.
+There are two different kinds of local execution supported in Flink. The
`LocalExecutionEnvironment` is starting the full Flink runtime, including a
JobManager and a TaskManager. These include memory management and all the
operators that are executed in the cluster mode.
--- End diff --
I think the LocalDistributedExecutor is not available anymore. I've removed
the section.
> Add embedded collection execution to documentation
> --------------------------------------------------
>
> Key: FLINK-1230
> URL: https://issues.apache.org/jira/browse/FLINK-1230
> Project: Flink
> Issue Type: Improvement
> Components: Documentation
> Affects Versions: 0.8-incubating, 0.7.1-incubating
> Reporter: Stephan Ewen
> Assignee: Robert Metzger
> Fix For: 0.8-incubating
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)