- Docker must be installed.(Installation Guide)
-
All the xml files are already configured in the image so no need to configure anything manually.
-
Access these interfaces with the following URLs:
- Hadoop Cluster: http://localhost:8088
- Namenode: http://localhost:9870
- Get Hadoop docker image
docker pull brainifii/hadoop:v1
- Run Docker
docker run --rm -p 8088:8088 -p 9870:9870 --name hadoop -d brainifii/hadoop:v1
- Clone the repository
git clone https://github.com/brainifii/hadoop.git
cd hadoop
- Build and run docker
docker-compose up --build -d