https://github.com/giabar/gb-hadoop
Hadoop Docker image - https://hub.docker.com/r/giabar/gb-hadoop/
https://github.com/giabar/gb-hadoop
docker docker-compose dockerfile hadoop hdfs
Last synced: 3 months ago
JSON representation
Hadoop Docker image - https://hub.docker.com/r/giabar/gb-hadoop/
- Host: GitHub
- URL: https://github.com/giabar/gb-hadoop
- Owner: giabar
- License: apache-2.0
- Created: 2018-11-01T18:41:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T19:22:12.000Z (over 6 years ago)
- Last Synced: 2025-01-20T12:32:49.345Z (5 months ago)
- Topics: docker, docker-compose, dockerfile, hadoop, hdfs
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: historyserver/Dockerfile
- License: LICENSE
Awesome Lists containing this project
README
# Hadoop Docker images
_All Docker images are based on Debian 8 Docker image_[](https://registry.hub.docker.com/u/giabar/gb-hadoop/)
[](https://registry.hub.docker.com/u/giabar/gb-hadoop/)## Quick start online
Try online your Hadoop dockerized cluster! Click the below button:
[](https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/giabar/gb-hadoop/master/docker-compose.yml)
## Requirements
* Docker CE >= 17.06.* ( [Ubuntu installation script](https://gist.github.com/giabar/9c04cea19746c036ba5d9357eb47751a) / [CentOS installation script](https://gist.github.com/giabar/ac77abc295c0fb8ddcd646533207fe80) )
* Docker Compose >= 1.22.* ( [installation script](https://gist.github.com/giabar/f966aaecd84cbbce363214065c90ae0b) )## Quick start locally
```
git clone https://github.com/giabar/gb-hadoop
cd gb-hadoop
docker-compose up -d
```## Web interfaces:
* Namenode: http://localhost:50070/
* History server: http://localhost:8188/
* Datanode: http://localhost:50075/
* Nodemanager: http://localhost:8042/
* Resource manager: http://localhost:8088/## How to build
If you want to build all the images on your machine:
```
git clone https://github.com/giabar/gb-hadoop
cd gb-hadoop
./build.sh
```