This repository contains my dockerfiles to build containers for the most used Big Data Tools.
Each docker image can be build using make build
from the root directory of that image.
To build all images run make build
from the root directory of this repository.
Run make
in the root directory the image to run to see the options. e.g.
jorgeacf at localhost in ~/dev/dockerfiles/bigdata/hadoop on develop [!]
$ make
This is the make help for Apache Hadoop (2.7.2) docker image
Run 'make build' to build the Hadoop docker image.
Run 'make run-multi slaves=n' to start Hadoop with n slaves.
Run 'make clean' to clean all Hadoop containers.