vinothchandar commented on a change in pull request #2952:
URL: https://github.com/apache/hudi/pull/2952#discussion_r634812687
##########
File path:
hudi-utilities/src/test/java/org/apache/hudi/utilities/functional/TestHoodieDeltaStreamer.java
##########
@@ -295,6 +295,7 @@ protected static TypedProperties
prepareMultiWriterProps(String propsFileName) t
props.setProperty("hoodie.deltastreamer.schemaprovider.target.schema.file",
dfsBasePath + "/target.avsc");
props.setProperty("include", "base.properties");
+ props.setProperty("hoodie.embed.timeline.server", "false");
Review comment:
Hmmm.. we can't really do this. Its turned on by default in the real
world :/
--
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]