Please enable JavaScript.
Coggle requires JavaScript to display documents.
Flink - Coggle Diagram
Flink
Flink Architecture
Components
Job Manager
"Masters"
Resource Manager
resource allocation and provisioning
Terminate idle task manager slots
communicate with resource provider
Dispatcher
Web UI
REST Interface to submit Jobs
Job Master
Manage the execution of single job graph
Request Resources
Distributes tasks
Responsible for coordination
Converts job graph into execution graph
Task Manager
"Workers"
Application Deployment
Library
Flink application is bundled in the application container
Framework
Flink Jobs are summitted to existing Flink Service