This project aims to simplify the dynamic creation of an independent Hadoop cluster inside a Docker Swarm cluster. It consists of a Dockerfile folder to create a Docker image that will be used as the base for the Hadoop cluster and a management script. The Hadoop cluster will have its own sub network in the Docker Swarm cluster by default. This allows for different independent Hadoop clusters that may be tailored to a specific project. A Hadoop cluster can be created and maintained with the script and a property file.
For more information and a tutorial, please consult the Bitbucket repository's Readme.