Re: Flink Hudi HMS Catalog problem

2023-02-12 Thread yuxia
发送时间: 星期三, 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

Flink Hudi HMS Catalog problem

2023-02-08 Thread melin li
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 pr