Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.04 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.04 KB

Hadoop docker

Bug found working on it

Ubuntu License GPLv3 License AGPL License

Quick reference

Maintained by:

BRAINIFII

Requirements

Quick Note:

  • All the xml files are already configured in the image so no need to configure anything manually.

  • Access these interfaces with the following URLs:

Installation Steps:

  • 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

OR

  • Clone the repository
  git clone https://github.com/brainifii/hadoop.git
  cd hadoop
  • Build and run docker
  docker-compose up --build -d