This repository provides docker configurations for quick Hadoop cluster setup.
Provides a 1 Namenode
and 2 Datanode
setup.
How to use:
$ git clone https://github.com/codito/hadoop-expt.git
$ cd hadoop-expt
$ docker-compose -f hadoop-basic.yml up
Refer this blog post for more details: http://codito.in/hadoop-cluster-in-docker.
Many thanks to uhopper for providing excellent base hadoop images.