docker-bigdata is aimed to create a mini cluster for hadoop ecosystem.
Component | Version |
---|---|
hadoop | 2.7.3 |
spark | to be added |
hbase | to be added |
kafak | to be added |
hive | 2.1.0 |
oozie | to be added |
You can build the image yourself. By editing Dockerfile
and start.sh
, you can choose which components to be added in your image.
docker build -t docker-bigdata .
docker pull tataopop/docker-bigdata
docker run -it docker-bigdata