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

sivabalan 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 2d577150f6 [DOCS] Fix hoodie.index.type default value description in 
docs (#6913)
2d577150f6 is described below

commit 2d577150f6f39de7fe0efa65eda2f59bc7621b73
Author: Bhavani Sudha Saktheeswaran <[email protected]>
AuthorDate: Thu Oct 13 15:05:51 2022 -0700

    [DOCS] Fix hoodie.index.type default value description in docs (#6913)
---
 website/docs/configurations.md                          | 2 +-
 website/versioned_docs/version-0.11.0/configurations.md | 2 +-
 website/versioned_docs/version-0.11.1/configurations.md | 2 +-
 website/versioned_docs/version-0.12.0/configurations.md | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/docs/configurations.md b/website/docs/configurations.md
index edffeedfe3..b7128b14a5 100644
--- a/website/docs/configurations.md
+++ b/website/docs/configurations.md
@@ -3724,7 +3724,7 @@ Configurations that control indexing behavior, which tags 
incoming records as ei
 ---
 
 > #### hoodie.index.type
-> Type of index to use. Default is Bloom filter. Possible options are [BLOOM | 
GLOBAL_BLOOM |SIMPLE | GLOBAL_SIMPLE | INMEMORY | HBASE | BUCKET]. Bloom 
filters removes the dependency on a external system and is stored in the footer 
of the Parquet Data Files<br></br>
+> Type of index to use. Default is SIMPLE on Spark engine and INMEMORY on 
Flink and Java engines. Possible options are [BLOOM | GLOBAL_BLOOM |SIMPLE | 
GLOBAL_SIMPLE | INMEMORY | HBASE | BUCKET]. Bloom filters removes the 
dependency on a external system and is stored in the footer of the Parquet Data 
Files<br></br>
 > **Default Value**: N/A (Required)<br></br>
 > `Config Param: INDEX_TYPE`<br></br>
 
diff --git a/website/versioned_docs/version-0.11.0/configurations.md 
b/website/versioned_docs/version-0.11.0/configurations.md
index 2e03d9f08d..3513c0ab31 100644
--- a/website/versioned_docs/version-0.11.0/configurations.md
+++ b/website/versioned_docs/version-0.11.0/configurations.md
@@ -3446,7 +3446,7 @@ Configurations that control indexing behavior, which tags 
incoming records as ei
 ---
 
 > #### hoodie.index.type
-> Type of index to use. Default is Bloom filter. Possible options are [BLOOM | 
GLOBAL_BLOOM |SIMPLE | GLOBAL_SIMPLE | INMEMORY | HBASE | BUCKET]. Bloom 
filters removes the dependency on a external system and is stored in the footer 
of the Parquet Data Files<br></br>
+> Type of index to use. Default is SIMPLE on Spark engine and INMEMORY on 
Flink and Java engines. Possible options are [BLOOM | GLOBAL_BLOOM |SIMPLE | 
GLOBAL_SIMPLE | INMEMORY | HBASE | BUCKET]. Bloom filters removes the 
dependency on a external system and is stored in the footer of the Parquet Data 
Files<br></br>
 > **Default Value**: N/A (Required)<br></br>
 > `Config Param: INDEX_TYPE`<br></br>
 
diff --git a/website/versioned_docs/version-0.11.1/configurations.md 
b/website/versioned_docs/version-0.11.1/configurations.md
index 2be4adef60..3707a1072b 100644
--- a/website/versioned_docs/version-0.11.1/configurations.md
+++ b/website/versioned_docs/version-0.11.1/configurations.md
@@ -3440,7 +3440,7 @@ Configurations that control indexing behavior, which tags 
incoming records as ei
 ---
 
 > #### hoodie.index.type
-> Type of index to use. Default is Bloom filter. Possible options are [BLOOM | 
GLOBAL_BLOOM |SIMPLE | GLOBAL_SIMPLE | INMEMORY | HBASE | BUCKET]. Bloom 
filters removes the dependency on a external system and is stored in the footer 
of the Parquet Data Files<br></br>
+> Type of index to use. Default is SIMPLE on Spark engine and INMEMORY on 
Flink and Java engines. Possible options are [BLOOM | GLOBAL_BLOOM |SIMPLE | 
GLOBAL_SIMPLE | INMEMORY | HBASE | BUCKET]. Bloom filters removes the 
dependency on a external system and is stored in the footer of the Parquet Data 
Files<br></br>
 > **Default Value**: N/A (Required)<br></br>
 > `Config Param: INDEX_TYPE`<br></br>
 
diff --git a/website/versioned_docs/version-0.12.0/configurations.md 
b/website/versioned_docs/version-0.12.0/configurations.md
index edffeedfe3..b7128b14a5 100644
--- a/website/versioned_docs/version-0.12.0/configurations.md
+++ b/website/versioned_docs/version-0.12.0/configurations.md
@@ -3724,7 +3724,7 @@ Configurations that control indexing behavior, which tags 
incoming records as ei
 ---
 
 > #### hoodie.index.type
-> Type of index to use. Default is Bloom filter. Possible options are [BLOOM | 
GLOBAL_BLOOM |SIMPLE | GLOBAL_SIMPLE | INMEMORY | HBASE | BUCKET]. Bloom 
filters removes the dependency on a external system and is stored in the footer 
of the Parquet Data Files<br></br>
+> Type of index to use. Default is SIMPLE on Spark engine and INMEMORY on 
Flink and Java engines. Possible options are [BLOOM | GLOBAL_BLOOM |SIMPLE | 
GLOBAL_SIMPLE | INMEMORY | HBASE | BUCKET]. Bloom filters removes the 
dependency on a external system and is stored in the footer of the Parquet Data 
Files<br></br>
 > **Default Value**: N/A (Required)<br></br>
 > `Config Param: INDEX_TYPE`<br></br>
 

Reply via email to