Hey Trang, A similar issue related to S3 config was discussed today on the mailing list [1]. Can you see if that helps resolve the issue?
[1] http://mail-archives.apache.org/mod_mbox/drill-dev/201604.mbox/%3CCAN6ttnukzsAKgQE-RTF0RNCvBr1uWsB9SaxnS_7y-v0yBdUj%3Dw%40mail.gmail.com%3E -Abhishek On Tue, Apr 19, 2016 at 6:38 PM, Trang Nguyen <[email protected]> wrote: > Hi, > > I am having trouble to connect to an Amazon S3 bucket containing parquet > files. > I followed the instructions on > https://drill.apache.org/docs/s3-storage-plugin/ to download jets3_0.9.3 > on my Ubuntu VM. > My storage configs: > { > "type": "file", > "enabled": true, > "connection": "s3://inrixprod-tapp", > "config": null, > "workspaces": { > "root": { > "location": "/", > "writable": false, > "defaultInputFormat": null > }, > "tmp": { > "location": "/tmp", > "writable": true, > "defaultInputFormat": null > } > }, > ... > } > > I've started the embedded-drill instance but get the following error > trying to connect: > 0: jdbc:drill:zk=local> use s3-trips.`root`; > Error: SYSTEM ERROR: IOException: / doesn't exist > > > [Error Id: 081c66e6-177d-48fa-8eca-4ee1370ae785 on > ubuntu-VirtualBox:31010] (state=,code=0) > > Any advice would be appreciated! > > Thanks, > Trang >
