Can you enable verbose error messages and then rerun the query and give us
the complete output?

ALTER SESSION SET `exec.errors.verbose` = true

thanks,
Jacques


--
Jacques Nadeau
CTO and Co-Founder, Dremio

On Sat, Oct 17, 2015 at 10:28 PM, Michael Spector <[email protected]> wrote:

> Hello,
>
> I'm trying to query a whole directory in S3 containing parquet files.
>
> The query hangs for a while, then returns an error:0:
>
> jdbc:drill:zk=local> select * from s3.`/data/dt=2015-10-15` limit 10;
> Error: CONNECTION ERROR: Connection /13.14.15.254:54549 <--> /
> 13.14.15.254:31010 (user client) closed unexpectedly.
>
> I can see my data folder when running these commands:
>
> USE s3.`root`;
> SHOW FILES;
>
>
> Thanks!
>

Reply via email to