msfeghouli / docker-hadoop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hadoop Docker Image

teamsprint/hadoop:2.7.3

Based on (in a row)

teamsprint/centos:7
teamsprint/jdk:8

Build the image

run build.sh

Start a container

run run.sh

The container name is "hadoop". If you don't want, just edit the scripts.

Attach a container

run attach.sh

Destroy containers

run destroy.sh

IMPORTANT: After attach you might to want to to:

./start-hadoop.sh (HDFS & Yarn)
./test-hadoop.sh (Optional)

About

License:Apache License 2.0


Languages

Language:Dockerfile 69.4%Language:Shell 30.6%