All Docker images are based on Debian 8 Docker image
Try online your Hadoop dockerized cluster! Click the below button:
- Docker CE >= 17.06.* ( Ubuntu installation script / CentOS installation script )
- Docker Compose >= 1.22.* ( installation script )
git clone https://github.com/giabar/gb-hadoop
cd gb-hadoop
docker-compose up -d
- Namenode: http://localhost:50070/
- History server: http://localhost:8188/
- Datanode: http://localhost:50075/
- Nodemanager: http://localhost:8042/
- Resource manager: http://localhost:8088/
If you want to build all the images on your machine:
git clone https://github.com/giabar/gb-hadoop
cd gb-hadoop
./build.sh