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
- Host: GitHub
- URL: https://github.com/marcnuth/bigdatabox
- Owner: Marcnuth
- License: apache-2.0
- Created: 2021-12-22T02:38:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T20:18:54.000Z (over 4 years ago)
- Last Synced: 2025-01-20T06:13:55.137Z (over 1 year ago)
- Language: Dockerfile
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```