You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by Valeriy Trofimov <va...@gmail.com> on 2019/04/25 21:28:51 UTC

calcite-test-dataset VM has issues with Druid

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

Re: calcite-test-dataset VM has issues with Druid

Posted by Stamatis Zampetakis <za...@gmail.com>.
As a workaround for making Druid work you can do the following:
$ vagrant ssh
$ cd /dataset/druid
$ ./install.sh

On Fri, Apr 26, 2019 at 4:48 AM Yuzhao Chen <yu...@gmail.com> wrote:

> I also ran this issue, and make sure stop/up will definitely make Druid
> not work any more.
>
> Best,
> Danny Chan
> 在 2019年4月26日 +0800 AM7:10,dev@calcite.apache.org,写道:
> >
> > Stop/up definitely doesn't
> > work.
>

Re: calcite-test-dataset VM has issues with Druid

Posted by Yuzhao Chen <yu...@gmail.com>.
I also ran this issue, and make sure stop/up will definitely make Druid not work any more.

Best,
Danny Chan
在 2019年4月26日 +0800 AM7:10,dev@calcite.apache.org,写道:
>
> Stop/up definitely doesn't
> work.

Re: calcite-test-dataset VM has issues with Druid

Posted by Kevin Risden <kr...@apache.org>.
I ran into this when last trying to run the integration tests.

https://github.com/vlsi/calcite-test-dataset/issues/29

I filed an issue but didn't follow up to figure out what the issues were. I
know that druid works if you destroy/recreate. Stop/up definitely doesn't
work.

Kevin Risden


On Thu, Apr 25, 2019 at 7:08 PM Valeriy Trofimov <va...@gmail.com>
wrote:

> Same with following steps described at
> https://github.com/vlsi/calcite-test-dataset - running the "gfsh" command
> shows "gfsh: command not found" error
>
>
> On Thu, Apr 25, 2019 at 2:28 PM Valeriy Trofimov <va...@gmail.com>
> wrote:
>
> >
> > 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
> >
> >
> >
>

Re: calcite-test-dataset VM has issues with Druid

Posted by Valeriy Trofimov <va...@gmail.com>.
Same with following steps described at
https://github.com/vlsi/calcite-test-dataset - running the "gfsh" command
shows "gfsh: command not found" error


On Thu, Apr 25, 2019 at 2:28 PM Valeriy Trofimov <va...@gmail.com>
wrote:

>
> 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
>
>
>