[
https://issues.apache.org/jira/browse/FLINK-16658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aljoscha Krettek updated FLINK-16658:
-------------------------------------
Component/s: Client / Job Submission
> Wire the EmbeddedExecutor to the StandaloneJobClusterEntryPoint.
> ----------------------------------------------------------------
>
> Key: FLINK-16658
> URL: https://issues.apache.org/jira/browse/FLINK-16658
> Project: Flink
> Issue Type: Sub-task
> Components: Client / Job Submission, Job Execution / Application Mode
> Affects Versions: 1.10.0
> Reporter: Kostas Kloudas
> Assignee: Kostas Kloudas
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> This will replace the current logic of job execution in the
> {{StandaloneJobClusterEntryPoint}} with one that uses the newly introduced
> {{EmbeddedExecutor}}.
> Currently, the {{ClassPathJobGraphRetriever}} is the one that "discovers" the
> user's main in the classpath of the JobMaster, and it extracts the
> {{JobGraph}} from that using the {{PackagedProgramUtils}} which highjack the
> {{env.execute()}} method. With this change, we will actually run the
> {{main()}} on the {{JobMaster}}, conceptually, the same way we execute user
> programs from the CLI.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)