vinothchandar commented on issue #714: Performance Comparison of HoodieDeltaStreamer and DataSourceAPI URL: https://github.com/apache/incubator-hudi/issues/714#issuecomment-514328868 https://github.com/apache/incubator-hudi/pull/799 has the logging changes for timing handles that actually write data. https://github.com/apache/incubator-hudi/blob/9857c4b21ccb77a97817e1e448c4c54bdd409562/hoodie-utilities/src/main/java/com/uber/hoodie/utilities/deltastreamer/DeltaSync.java#L333 I would suggest to insert some code right after the ` log.info("Starting commit : " + commitTime);` that does similar countByKey on the `records` RDD and see where we go from there..
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
