[
https://issues.apache.org/jira/browse/FLINK-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14207856#comment-14207856
]
ASF GitHub Bot commented on FLINK-1230:
---------------------------------------
Github user fhueske commented on a diff in the pull request:
https://github.com/apache/incubator-flink/pull/195#discussion_r20208272
--- 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 --
Below, three modes are listed:
- Local Executor
- Local Execution on Java Collections
- LocalDistributedExecutor
A more consistent naming of section would be nice.
> 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)