You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Raymond Xu (Jira)" <ji...@apache.org> on 2022/07/26 14:49:00 UTC

[jira] [Commented] (HUDI-3199) Hive sync config unification

    [ https://issues.apache.org/jira/browse/HUDI-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17571476#comment-17571476 ] 

Raymond Xu commented on HUDI-3199:
----------------------------------

Resolved by metasync class refactoring https://issues.apache.org/jira/browse/HUDI-3730 where `HoodieSyncConfig` is the base sync config class.

>  Hive sync config unification
> -----------------------------
>
>                 Key: HUDI-3199
>                 URL: https://issues.apache.org/jira/browse/HUDI-3199
>             Project: Apache Hudi
>          Issue Type: Improvement
>          Components: configs, meta-sync
>            Reporter: cdmikechen
>            Assignee: Raymond Xu
>            Priority: Major
>             Fix For: 0.12.0
>
>
> There are some hive sync config in flink, spark api, deltastreamer and kafka-connect.
> But these properties are in *hudi-spark-common* package, so that some services like flink or kafka-connect can not use it directly (related classes use scala or spark references).
> At present, a problem caused by class reference can be referred to: https://issues.apache.org/jira/browse/HUDI-3112
> We should unify hive sync config (like move to *hudi-hive-sync*), so that it can be synchronized to other packages when it is updated.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)