Hi All, Executing steps described at these links https://calcite.apache.org/docs/howto.html#running-integration-tests https://github.com/vlsi/calcite-test-dataset
shows this error when accessing Druid data: curl: (7) Failed to connect to localhost port 8082: Connection refused Using "vagrant ssh" command and then "ps aux | grep org.apache.druid.cli.Main" shows that Druid is not running. Farhter research into the VM shows that it has scripts to isntall and run Druid (install.sh, run.sh) but they all fail: run.sh fails with the "No such file or directory" error and "Error: Could not find or load main class org.apache.druid.cli.Main" error The articles make it sound like Druid should be running after you execute the "vagrant up" command. Thank, Val
