This message was deleted.
# general
s
This message was deleted.
s
Sounds like a configuration issue. How are you running it? Alternatively, if you are just trying to test Druid, here's an easy way to get started that we are working on. It has a docker compose that brings up a full stack, kafka,druid,jupyter and contains notebooks with many examples on how to ingest and query data. The github readme has the instructions. https://github.com/implydata/learn-druid
a
Hi Sergio, That helped. I was directly pulling image from the hub and running it. Used docker-compose to set it all up now. Thanks.
s
Awesome!