Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Implemented
-
1.10.0
Description
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.
Attachments
Issue Links
- Dependency
-
FLINK-16655 Introduce the EmbeddedExecutor for executing the main() on the Dispatcher
- Closed
- is related to
-
FLINK-16560 Forward Configuration in PackagedProgramUtils#getPipelineFromProgram
- Closed
- links to