Apache Druid 0.15.1 on OpenShift
To build this image locally with s2i:
$ git pull https://github.com/irfius/s2i-druid.git
$ docker build -t irfius/openshift-druid:1 .
$ s2i build druid/ irfius/openshift-druid:1 irfius/s2i-druid:0.15.1
Run the hdfs from https://github.com/big-data-europe/docker-hadoop
TODO