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/11/29 00:49:28 UTC

[GitHub] [iceberg] singhpk234 commented on issue #6302: How to migrate (metadata only) Hadoop catalog to Hive catalog?

singhpk234 commented on issue #6302:
URL: https://github.com/apache/iceberg/issues/6302#issuecomment-1329933005

   you can use register table functionality which basically just registers / add's your metadata.json pointer to your hive metastore.
   
   Here is a sample code (a UT) for migrating Hadoop Catalog to metastore backed tables 
   https://github.com/apache/iceberg/blob/66fd615cd4cdab2ff76915dc5929d5c93705063e/hive-metastore/src/test/java/org/apache/iceberg/hive/HiveTableTest.java#L449-L500


-- 
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