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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new d909cf7  Travis CI build asf-site
d909cf7 is described below

commit d909cf7a3c5c70115407979a69e435cc24673e4b
Author: CI <[email protected]>
AuthorDate: Thu Apr 8 12:34:42 2021 +0000

    Travis CI build asf-site
---
 content/docs/configurations.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/docs/configurations.html b/content/docs/configurations.html
index 93daadf..99bd6f3 100644
--- a/content/docs/configurations.html
+++ b/content/docs/configurations.html
@@ -1003,7 +1003,7 @@ HoodieWriteConfig can be built using a builder pattern as 
below.</p>
 
 <h4 id="logFileDataBlockMaxSize">logFileDataBlockMaxSize(dataBlockSize = 
256MB)</h4>
 <p>Property: <code 
class="highlighter-rouge">hoodie.logfile.data.block.max.size</code> <br />
-<span style="color:grey">LogFile Data block max size. This is the maximum size 
allowed for a single data block to be appended to a log file. This helps to 
make sure the data appended to the log file is broken up into sizable blocks to 
prevent from OOM errors. This size should not be greater than the JVM memory. 
</span></p>
+<span style="color:grey">LogFile Data block max size. This is the maximum size 
allowed for a single data block to be appended to a log file. This helps to 
make sure the data appended to the log file is broken up into sizable blocks to 
prevent from OOM errors. This size should be greater than the JVM memory. 
</span></p>
 
 <h4 
id="logFileToParquetCompressionRatio">logFileToParquetCompressionRatio(logFileToParquetCompressionRatio
 = 0.35)</h4>
 <p>Property: <code 
class="highlighter-rouge">hoodie.logfile.to.parquet.compression.ratio</code> 
<br />
@@ -1488,4 +1488,4 @@ Each clustering operation can create multiple groups. 
Total amount of data proce
 
 
   </body>
-</html>
+</html>
\ No newline at end of file

Reply via email to