agile / docker-druid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-druid

Docker container running Master, Compute, Realtime, Broker, R, DDruid, MySql, Zookeeper, and Kafka.

Requirements:Docker

Build Docker image

docker build -t druid .

Run Container

docker run -t -i druid /bin/bash

Inside the container, start the entire cluster

supervisord&

You may now follow the tutorial with step 4 here http://druid.io/docs/0.5.48/Loading-Your-Data.html

About


Languages

Language:Shell 100.0%