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_r275538247
##########
File path: hoodie-client/src/main/java/com/uber/hoodie/HoodieReadClient.java
##########
@@ -130,7 +124,7 @@ private void assertSqlContext() {
* @return a dataframe
*/
public Dataset<Row> read(JavaRDD<HoodieKey> hoodieKeys, int parallelism)
throws Exception {
-
+ startEmbeddedServerView(hoodieKeys.map(k ->
k.getPartitionPath()).distinct().collect());
Review comment:
@vinothchandar : Yes, I have made changes to start timeline-server as part
of constructor. Simplifies things a lot. As a forcing change, I have removed
file-system view preloading which would also remove the extra map function to
get partitions from input batch.
----------------------------------------------------------------
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