/docker_containers

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

Primary LanguageShell

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


Docker cleanup:
docker system prune
docker volume prune
docker volume rm $(docker volume ls -qf dangling=true)