Skip to content

kczulko/apache-flink-standalone-docker-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker cluster for Apache Flink

Scaling the cluster

To add more slaves, please add one in ./docker-compose.yml and put its name in ./slaves file. Please bear in mind that newly added slave needs to mount ./flink-conf.yaml configuration (due to jobmanager.rpc.address: master entry).

Running cluster

Simply execute

docker-compose up

from the project root dir and visit jobmanager gui under localhost:8081.

High availability mode for JobManager

Branch ha contains a setup for HA standalone cluster mode. I still don't know how to run Dashboard GUI...

About

Apache Flink standalone cluster based on docker containers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages