[
https://issues.apache.org/jira/browse/HUDI-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410566#comment-17410566
]
ASF GitHub Bot commented on HUDI-2397:
--------------------------------------
djKooks commented on pull request #3608:
URL: https://github.com/apache/hudi/pull/3608#issuecomment-913591891
@pratyakshsharma is `enableMetaSync` just a replacement of `enableHiveSync`,
or is there some other changes?
```
if (cfg.enableHiveSync &&
StringUtils.isNullOrEmpty(tableProperties.getString(DataSourceWriteOptions.HIVE_TABLE().key(),
""))) {
throw new HoodieException("Hive sync table field not provided!");
}
```
=> Is it okay to replace this to `enableMetaSync`?
--
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]
> Introduce --enable-sync parameter in HoodieMultiTableDeltaStreamer
> ------------------------------------------------------------------
>
> Key: HUDI-2397
> URL: https://issues.apache.org/jira/browse/HUDI-2397
> Project: Apache Hudi
> Issue Type: Improvement
> Components: DeltaStreamer
> Reporter: Pratyaksh Sharma
> Priority: Major
> Labels: pull-request-available
>
> HoodieDeltaStreamer has introduced a new parameter enableMetaSync and
> enableHiveSync is now deprecated.
> HoodieMultiTableDeltaStreamer is just a wrapper on top of HoodieDeltaStreamer
> and `--enable-sync` parameter needs to be introduced there so that both the
> streamer classes are in sync.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)