Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion website/docs/hoodie_deltastreamer.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,15 @@ Options:
Compaction is enabled for MoR table by default. This flag disables it
Default: false
--enable-hive-sync
Enable syncing to hive
Enable syncing to hive (Deprecated in favor of --enable-sync and --sync-tool-classes)
Default: false
--enable-sync
Enable syncing meta
Default: false
--sync-tool-classes
Classes (comma-separated) to be used for syncing meta. Shall be used only when --enable-sync or --enable-hive-sync is set to true
Note: When used with deprecated --enable-hive-sync flag, HiveSyncTool will always be run along with any other classes mentioned in here.
Default: org.apache.hudi.hive.HiveSyncTool
--filter-dupes
Should duplicate records from source be dropped/filtered out before
insert/bulk-insert
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ Options:
Compaction is enabled for MoR table by default. This flag disables it
Default: false
--enable-hive-sync
Enable syncing to hive
Enable syncing to hive (Deprecated in favor of --enable-sync)
Default: false
--enable-sync
Enable syncing meta
Default: false
--filter-dupes
Should duplicate records from source be dropped/filtered out before
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ Options:
Compaction is enabled for MoR table by default. This flag disables it
Default: false
--enable-hive-sync
Enable syncing to hive
Enable syncing to hive (Deprecated in favor of --enable-sync)
Default: false
--enable-sync
Enable syncing meta
Default: false
--filter-dupes
Should duplicate records from source be dropped/filtered out before
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ Options:
Compaction is enabled for MoR table by default. This flag disables it
Default: false
--enable-hive-sync
Enable syncing to hive
Enable syncing to hive (Deprecated in favor of --enable-sync)
Default: false
--enable-sync
Enable syncing meta
Default: false
--filter-dupes
Should duplicate records from source be dropped/filtered out before
Expand Down