I have setup Druid v0.17.0 on a 6 node debian 8 cluster following this guide: https://druid.apache.org/docs/latest/tutorials/cluster.html.
I used the command ‘bin/start-cluster-master-no-zk-server’ to start the master server. I came to know from some other article about stopping the servers using bin/service --down which works just fine but I’m not able to find a way to just show the server’s status. I tried using the launch scripts (bin/coordinator.sh status and bin/overlord.sh status) but they don’t seem to work. I get the following output.
./bin/node.sh: 44: ./bin/node.sh: source: not found
STOPPED
The server is very well up so not sure why the launch scripts are not able to find the status.