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

https://github.com/marcnuth/bigdatabox

Dockerfiles for Big Data Tools/Frameworks: Hadoop、Spark、Oozie
https://github.com/marcnuth/bigdatabox

Last synced: 7 months ago
JSON representation

Dockerfiles for Big Data Tools/Frameworks: Hadoop、Spark、Oozie

Awesome Lists containing this project

README

          

# BigDataBox
Dockerfiles for Big Data Tools/Frameworks: Hadoop、Spark、Oozie

# Clean
```
docker rm $(docker ps --filter status=exited -q)
docker volume rm bigdatabox_hadoop_datanode bigdatabox_hadoop_historyserver bigdatabox_hadoop_namenode
```