BsoBird commented on PR #5349: URL: https://github.com/apache/hive/pull/5349#issuecomment-2268053311
> @BsoBird, have you considered using HiveCatalog (backed by HMS) instead of HadoopCatalog? Wonder if there were some restrictions or user specific use-cases. @deniskuzZ Hi. We can't use HMScatalog to replace fsCatalog at the moment, because in our production environment, we are currently running multiple versions of HIVE/SPARK at the same time. HIVE3+SPARK serves some of the users, and HIVE4 serves some others. But they need to share the same ICEBERG data.So, we have to choose a lightweight catalog for sharing data between different computing engines. -- 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]
