Kostas Kloudas created FLINK-16655: -------------------------------------- Summary: Introduce the EmbeddedExecutor Key: FLINK-16655 URL: https://issues.apache.org/jira/browse/FLINK-16655 Project: Flink Issue Type: Sub-task Components: Job Execution / Application Mode Affects Versions: 1.10.0 Reporter: Kostas Kloudas Assignee: Kostas Kloudas
Running the user's {{main}} method in "Application Mode" implies: 1) launching a dedicated cluster for the application's jobs 2) running the user's {{main}} on the cluster, alongside the {{Dispatcher}} The {{EmbeddedExecutor}} will conceptually be like the existing {{Executors}} for session clusters, with the difference that this time there is no need to go through REST as this will be running already on the same machine as the {{Dispatcher}}. This executor, apart from the application mode can also be used in the case of the web submission and the {{StandaloneClusterEntrypoint}} which so far do not use executors. -- This message was sent by Atlassian Jira (v8.3.4#803005)