I'm testing Apache Druid. I installed it in a single machine. I followed Druid tutorial: https://druid.apache.org/docs/latest/tutorials/index.html
The machine that I'm using is a virtual machine in an internal cloud access of the company.
When I start Druid ./start-micro-quickstart
it looks like every thing is running well, but when I open Druid console on localhost:8888
I got the following message:
site can't reached
I changed the address to 127.0.0.1:8888
==> same error
.
Can someone please help?