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

leesf 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 e15ff7f  [HUDI-499] Add configuration docs
e15ff7f is described below

commit e15ff7f23439588186ad54952242f555be3602b2
Author: XU SHIYAN <xu.shiyan.raym...@gmail.com>
AuthorDate: Sun Jan 5 22:53:08 2020 -0800

    [HUDI-499] Add configuration docs
    
    For the new configuration: hoodie.bloom.index.update.partition.path
---
 docs/_docs/2_4_configurations.cn.md | 6 +++++-
 docs/_docs/2_4_configurations.md    | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/docs/_docs/2_4_configurations.cn.md 
b/docs/_docs/2_4_configurations.cn.md
index 66b1b0d..bd0ddf5 100644
--- a/docs/_docs/2_4_configurations.cn.md
+++ b/docs/_docs/2_4_configurations.cn.md
@@ -291,7 +291,11 @@ Hudi将有关提交、保存点、清理审核日志等的所有主要元数据
 属性:`hoodie.index.hbase.table` <br/>
 <span 
style="color:grey">仅在索引类型为HBASE时适用。HBase表名称,用作索引。Hudi将row_key和[partition_path, 
fileID, commitTime]映射存储在表中。</span>
 
-    
+##### bloomIndexUpdatePartitionPath(updatePartitionPath = false) 
{#bloomIndexUpdatePartitionPath}
+属性:`hoodie.bloom.index.update.partition.path` <br/>
+<span 
style="color:grey">仅在索引类型为GLOBAL_BLOOM时适用。<br/>为true时,当对一个已有记录执行包含分区路径的更新操作时,将会导致把新记录插入到新分区,而把原有记录从旧分区里删除。为false时,只对旧分区的原有记录进行更新。</span>
+
+
 ### 存储选项
 控制有关调整parquet和日志文件大小的方面。
 
diff --git a/docs/_docs/2_4_configurations.md b/docs/_docs/2_4_configurations.md
index d62f179..33c5e2c 100644
--- a/docs/_docs/2_4_configurations.md
+++ b/docs/_docs/2_4_configurations.md
@@ -274,7 +274,11 @@ Property: `hoodie.index.hbase.zknode.path` <br/>
 Property: `hoodie.index.hbase.table` <br/>
 <span style="color:grey">Only applies if index type is HBASE. HBase Table name 
to use as the index. Hudi stores the row_key and [partition_path, fileID, 
commitTime] mapping in the table.</span>
 
-    
+##### bloomIndexUpdatePartitionPath(updatePartitionPath = false) 
{#bloomIndexUpdatePartitionPath}
+Property: `hoodie.bloom.index.update.partition.path` <br/>
+<span style="color:grey">Only applies if index type is GLOBAL_BLOOM. <br/>When 
set to true, an update including the partition path of a record that already 
exists will result in inserting the incoming record into the new partition and 
deleting the original record in the old partition. When set to false, the 
original record will only be updated in the old partition.</span>
+
+
 ### Storage configs
 Controls aspects around sizing parquet and log files.
 

Reply via email to