an-shi-chi-fan commented on issue #5912: URL: https://github.com/apache/gravitino/issues/5912#issuecomment-2553516690
** We have the following scenarios. ** 1. When Hive has the catalog, map the Gravitino catalog to Hive. 2. When Hive does not have the catalog, automatically create the Hive catalog and then map it to Gravitino. In summary, Gravitino can create multiple catalogs, and these catalogs can point to different catalogs of the same Hive metastore. The current version of the HMS client used by Gravitino is 2, and we need to add support for version 3 to cover our scenarios. I have two ideas on how to proceed. 1. Add content for version 3 based on the current catalog-hive module. 2. Add a new module called catalog-hive3. ** Do you have any suggestions? ** @jerryshao @mchades -- 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]
