This is an automated email from the ASF dual-hosted git repository.

vinoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c8f821  HUDI-134 - Disable inline compaction for Hoodie Demo
9c8f821 is described below

commit 9c8f8212ef0979add9f5fba7d5c7c6be58869aab
Author: Balaji Varadarajan <[email protected]>
AuthorDate: Mon May 27 20:44:19 2019 -0700

    HUDI-134 - Disable inline compaction for Hoodie Demo
---
 docker/demo/config/base.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/demo/config/base.properties 
b/docker/demo/config/base.properties
index b11c114..e357a2e 100644
--- a/docker/demo/config/base.properties
+++ b/docker/demo/config/base.properties
@@ -21,3 +21,4 @@ hoodie.insert.shuffle.parallelism=2
 hoodie.bulkinsert.shuffle.parallelism=2
 hoodie.embed.timeline.server=true
 hoodie.filesystem.view.type=EMBEDDED_KV_STORE
+hoodie.compact.inline=false

Reply via email to