You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using a custom on prem storage which is supposed to work similar to S3. We deployed presto on Kubernetes which uses hive metastore and trying to create a table on the custom S3 storage.
I have updated all hive properties including access key, secret key and end point url..etc. However when we try to create a table programmatically/via presto CLI, I see the error 'Query failed: External location must be a directory'.
Same access works fine with spark and I am able to write data using spark.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
We are using a custom on prem storage which is supposed to work similar to S3. We deployed presto on Kubernetes which uses hive metastore and trying to create a table on the custom S3 storage.
I have updated all hive properties including access key, secret key and end point url..etc. However when we try to create a table programmatically/via presto CLI, I see the error 'Query failed: External location must be a directory'.
Same access works fine with spark and I am able to write data using spark.
Below are hive properties used.
hive.s3.aws-access-key=
Any pointers or help is greatly appreciated to fix above issue
Beta Was this translation helpful? Give feedback.
All reactions