Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 776 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 776 Bytes

Hadoop pseudo distributed mode dockerized

Flexible Hadoop Docker image to aid local development.

Quick start

Start the container using:

docker-compose up -d

The docker-compose.yml defines an external network xapp where the Hadoop cluster is placed.

Usage

Attach and interact with the container by running docker-compose exec hadoop bash or docker run -it <container id>.

Web interfaces

Configuration

The image only uses default configuration. Customization can be done by modifying the files inside the Hadoop configurations folder.