You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2019/03/18 14:49:37 UTC

[incubator-hudi] branch asf-site updated: Add compression codec configurations documents for HoodieParquetWriter.

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/incubator-hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new ae529d1  Add compression codec configurations documents for HoodieParquetWriter.
ae529d1 is described below

commit ae529d10318b95780f485f29d54a5493c64a9b93
Author: kaka11chen <ka...@gmail.com>
AuthorDate: Sat Mar 16 10:37:45 2019 +0800

    Add compression codec configurations documents for HoodieParquetWriter.
---
 docs/configurations.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/configurations.md b/docs/configurations.md
index d86d0ce..cc1cc09 100644
--- a/docs/configurations.md
+++ b/docs/configurations.md
@@ -233,6 +233,9 @@ Controls aspects around sizing parquet and log files.
     - [parquetCompressionRatio](#parquetCompressionRatio) (parquetCompressionRatio = 0.1) <br/>
     Property: `hoodie.parquet.compression.ratio` <br/>
     <span style="color:grey">Expected compression of parquet data used by Hudi, when it tries to size new parquet files. Increase this value, if bulk_insert is producing smaller than expected sized files</span>
+    - [parquetCompressionCodec](#parquetCompressionCodec) (parquetCompressionCodec = gzip) <br/>
+    Property: `hoodie.parquet.compression.codec` <br/>
+    <span style="color:grey">Parquet compression codec name. Default is gzip. Possible options are [gzip | snappy | uncompressed | lzo]</span>
     - [logFileMaxSize](#logFileMaxSize) (logFileSize = 1GB) <br/>
     Property: `hoodie.logfile.max.size` <br/>
     <span style="color:grey">LogFile max size. This is the maximum size allowed for a log file before it is rolled over to the next version. </span>