https://github.com/codito/hadoop-expt
Experiments with Hadoop cluster setups in Docker
https://github.com/codito/hadoop-expt
docker docker-compose hadoop hadoop-cluster hadoop-docker
Last synced: 10 months ago
JSON representation
Experiments with Hadoop cluster setups in Docker
- Host: GitHub
- URL: https://github.com/codito/hadoop-expt
- Owner: codito
- Created: 2017-10-29T15:44:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T15:51:41.000Z (over 8 years ago)
- Last Synced: 2025-04-02T19:51:37.793Z (11 months ago)
- Topics: docker, docker-compose, hadoop, hadoop-cluster, hadoop-docker
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Experiments with Hadoop cluster setups in Docker
This repository provides docker configurations for quick Hadoop cluster
setup.
## Basic Cluster
Provides a 1 `Namenode` and 2 `Datanode` setup.
How to use:
```shell
$ git clone https://github.com/codito/hadoop-expt.git
$ cd hadoop-expt
$ docker-compose -f hadoop-basic.yml up
```
Refer this blog post for more details: http://codito.in/hadoop-cluster-in-docker.
## Credits
Many thanks to [uhopper](https://bitbucket.org/uhopper/hadoop-docker) for
providing excellent base hadoop images.