druid-io / docker-druid

Druid Docker
197 stars 159 forks source link

Unable to send data from Java program using tranquility #65

Open prathamesh13 opened 5 years ago

prathamesh13 commented 5 years ago

Hi,

I am trying to use this Dockerized druid to send data from a Java application using tranquility.

The above sample application works fine when i setup druid locally on a VM following the getting started guide.

However when i try to send data to dockerized druid i get following error: Failed to send message: %sjava.lang.IllegalStateException: Failed to create merged beam: druid:overlord/pageviews

I was getting similar error when setting up druid on my VM, which was fixed by setting the property druid.host in common.runtime.properties to machine's reachable ip address.

Is something similar required for this dockerized setup? The setup looks different from the druid setup mentioned in the getting started guide. The middle manager process seems to be missing.

Any pointers on this would be helpful.