pvary commented on issue #2927: URL: https://github.com/apache/iceberg/issues/2927#issuecomment-893409615
@TangYan-1: I guess that this is now a presto question. I would guess that now Presto is trying to handle the table as a `HadoopTable` instead of `HadoopCatalog`. So again I suspect a catalog configuration issue. Sadly I am not sure how Presto catalog handling was working. What about trying to set the following properties in the Presto session? ``` 'iceberg.mr.catalog'='hadoop', 'iceberg.mr.catalog.hadoop.warehouse.location'='/iceberg/warehouse' ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
