Description
Currently Hudi only supports sync dataset metadata to Hive through hive jdbc and IMetaStoreClient. When you need to sync to other frameworks, such as aws glue, aliyun DataLake analytics, etc. You need to copy a lot of code from HoodieHiveClient, which creates a lot of redundant code. So need to redesign the hudi-hive-sync module to support other frameworks and reuse current code as much as possible. Only the interface is provided by Hudi, and the implement is customized by different services as hive 、aws glue、aliyun DataLake analytics.
Attachments
Issue Links
- is a parent of
-
HUDI-1342 hudi-dla-sync support modify table properties
- Open
- links to
1.
|
Introduce a new pom module named hudi-common-sync | Resolved | liwei | |
2.
|
Restructure code/packages to implement hudi-common-sync | Resolved | liwei | |
3.
|
Restructure hudi-hive-sync implement hudi-common-sync | Resolved | liwei | |
4.
|
hudi-spark support the multi catalog conf | Resolved | liwei | |
5.
|
hudi-utilities add the hudi-common-sync metrics | Resolved | liwei | |
6.
|
support aliyun DLA meta | Closed | liwei | |
7.
|
hudi dla sync skip rt create | Closed | liwei |