You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
incommon.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.
The text was updated successfully, but these errors were encountered: