This message was deleted.
# general
s
This message was deleted.
h
How*
a
Check this Druid tutorial: https://druid.apache.org/docs/latest/tutorials/tutorial-msq-extern.html It shows an example of loading https://druid.apache.org/data/wikipedia.json.gz. You can also check the web console’s load data panel to show you a variety of sources that are built-in: https://druid.apache.org/docs/latest/tutorials/index.html#load-data
h
I tested my URI from my server where the data is and I got refused connection even I provided the right username and the password I think I have to configure something else to let my data accessible ?
v
you need to make sure that the URI where your data is hosted i accessible from the servers running Druid. Can you ssh into on of the Druid servers and try accessing your data from that server via cURL? The issue is likely not in Druid's configuration but in the network settup
👍 1