HI, Flink provides HiveCatalog which can store native Hive table and other type Flink table(more exactly, a DDL mapping), with which, Flink can access Hive table and other Flink tables.
Does it meet you requirement? Best regards, Yuxia 发件人: "melin li" <libinsong1...@gmail.com> 收件人: "User" <user@flink.apache.org> 发送时间: 星期三, 2023年 2 月 08日 下午 5:51:34 主题: Flink Hudi HMS Catalog problem Flink SQL reads and writes Hudi and synchronizes Hive tables via the Hudi HMS Catalog, If the hive database has both the parquet table and the hudi table, two different flink catalogs need to be registered, causing problems. Not very friendly for data analysts to use. Yes spark does not have this problem, you can use spark_catalog catalog to access hudi and parquet tables, not sure if this problem is solved in hudi or flink?