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
- Host: GitHub
- URL: https://github.com/hanwentao/docker-hadoop
- Owner: hanwentao
- Created: 2017-05-12T07:30:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T16:32:46.000Z (over 8 years ago)
- Last Synced: 2025-01-16T00:00:08.941Z (12 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!