Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
flip-6 feature branch
Description
The Application Master Runner is the master process started in a YARN container when submitting the Flink-on-YARN job to YARN.
It has the following data available:
- Flink jars
- Job jars
- JobGraph
- Environment variables
- Contextual information like security tokens and certificates
Its responsibility is the following:
- Read all configuration and environment variables, computing the effective configuration
- Start all shared components (Rpc, HighAvailability Services)
- Start the ResourceManager
- Start the JobManager Runner
Attachments
Issue Links
- links to