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.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to