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