Skip to content

zaratsian/docker_containers

Repository files navigation

Docker Containers - Rapid Prototyping Env

Contains the following Hortonworks tech stack (within Docker containers):
    • Apache Spark (multiple versions - 1.6.2, 2.0.0, 2.1.0, 2.2.0)
    • Apache Zeppelin
    • Apache NiFi
    • Apache Kafka
    • Apache HBase & Apache Phoenix
    • Apache Storm
    • Apache Solr
    • Apache Superset

Other containers / services incorporate:
    • H2O Sparkling Water
    • Apache Airflow
    • Tensorflow
    • MongoDB


Docker cleanup:
docker rm $(docker ps -qa) # Working, cleans up active container instances
docker system prune
docker volume prune
docker volume rm $(docker volume ls -qf dangling=true)
docker system prune -a -f

About

Docker Containers with HDP Services/Code (Spark, Kafka, NiFi, Solr, Tensorflow...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published