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

Reply via email to