You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/07/18 06:07:08 UTC

[GitHub] [iceberg] pvary commented on issue #5163: Support catalog method to set table metadata

pvary commented on issue #5163:
URL: https://github.com/apache/iceberg/issues/5163#issuecomment-1186802302

   > We write using hadoop catalog, but need to read from hive catalog for special reasons (for example, we need to create a hive view to read table, hadoop catalog can't create hive view).
   
   @yabola: It is possible to create Hive external tables where the Catalog is HadoopCatalog. So you can store your Iceberg tables in your desired Iceberg Catalog, and you still can query them from Hive, in the same way as any other table.
   See: https://iceberg.apache.org/docs/latest/hive/#catalog-management
   
   Would this help in your use case?
   
   That said, I still agree with the goal for this issue, but I think we should try to avoid cases where an Iceberg table is registered to multiple Iceberg catalogs.
   
   
   


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org