kumudkumartirupati commented on code in PR #5598:
URL: https://github.com/apache/hudi/pull/5598#discussion_r875271120


##########
website/versioned_docs/version-0.11.0/hoodie_deltastreamer.md:
##########
@@ -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 this with deprecated --enable-hive-sync flag, 
HiveSyncTool will always be run along with any other classes mentioned in here.

Review Comment:
   Removed the note. Please check.



-- 
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]

Reply via email to