I ran REFRESH TABLE METADATA on a table, it completed successfully.

When I tried a subsequent query, I get a IOException: Permission Denied on
.drill.parquet_metadata.

I am running drill with authentication.  I ran the REFRESH TABLE METADATA
as user X, it appears the .drill.parquet_metadata was created and owned by
the user the drill bits are running as as is created with -rwxr-x-r-x

My question is this: So, I can see why the file is owned by the drill bit
user, and the file is created with all can read permissions, but why am I
getting a permission denied when user X is trying to run a query?

Reply via email to