BRAINIFII / hadoop

Docker Compose for hadoop on ubuntu 22.04.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Docker Compose for hadoop on ubuntu 22.04.


Languages

Language:Dockerfile 63.0%Language:Shell 37.0%