An open API service indexing awesome lists of open source software.

https://github.com/hanwentao/docker-hadoop

Hadoop in Docker containers
https://github.com/hanwentao/docker-hadoop

Last synced: about 1 month ago
JSON representation

Hadoop in Docker containers

Awesome Lists containing this project

README

          

# Hadoop in Docker

This project aims to run Hadoop in Docker containers.

## Usage

1. Download Hadoop binary package.

```
./download-packages.sh
```

2. Launch containers by docker-compose.

```
cd cluster
docker-compose up -d # Add --build if Dockerfile is modified
```

3. Enter the shell.

```
docker-compose exec master bash
```

And enjoy yourself!