bvaradar commented on a change in pull request #600: Timeline Service with
Incremental View Syncing support
URL: https://github.com/apache/incubator-hudi/pull/600#discussion_r276403088
##########
File path: hoodie-client/src/test/java/com/uber/hoodie/TestMultiFS.java
##########
@@ -109,6 +109,7 @@ public void readLocalWriteHDFS() throws Exception {
//Create write client to write some records in
HoodieWriteConfig cfg =
HoodieWriteConfig.newBuilder().withPath(dfsBasePath)
+ .withEmbeddedTimelineServerEnabled(true)
Review comment:
I have made changes to support testing with both embedded server on and off.
----------------------------------------------------------------
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