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 0c8f7de  [MINOR] Fixing link reference for a config in release page 
(#3575)
0c8f7de is described below

commit 0c8f7de83585028ceedd1214e908496a2fdd9a3c
Author: Sivabalan Narayanan <[email protected]>
AuthorDate: Tue Aug 31 16:28:22 2021 -0400

    [MINOR] Fixing link reference for a config in release page (#3575)
---
 website/releases/release-0.9.0.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/releases/release-0.9.0.md 
b/website/releases/release-0.9.0.md
index 7d7fb29..cea99ca 100644
--- a/website/releases/release-0.9.0.md
+++ b/website/releases/release-0.9.0.md
@@ -67,12 +67,12 @@ to assist in building and executing a clustering plan 
together as a standalone s
 Users can choose to drop fields used to generate partition paths, using 
`hoodie.datasource.write.drop.partition.columns=true`, to support 
 querying of Hudi snapshots using systems like BigQuery, which cannot handle 
this.
 
-Hudi uses different [types of spillable 
maps](http://localhost:3000/docs/configurations#hoodiecommonspillablediskmaptype),
 for internally handling merges (compaction, updates or even MOR snapshot 
queries). In 0.9.0, we have added
+Hudi uses different [types of spillable 
maps](/docs/configurations#hoodiecommonspillablediskmaptype), for internally 
handling merges (compaction, updates or even MOR snapshot queries). In 0.9.0, 
we have added
 support for 
[compression](/docs/configurations#hoodiecommondiskmapcompressionenabled) for 
the bitcask style default option and introduced a new spillable map backed by 
rocksDB, which can be more performant for large
 bulk updates or working with large base file sizes.
 
 Added a new write operation `delete_partition` operation, with support in 
spark. Users can leverage this to delete older partitions in bulk, in addition 
to
-record level deletes. Deletion of specific partitions can be done using this 
[config](/docs/configurations#hoodiedatasourcewritepartitionstodelete)    
+record level deletes. Deletion of specific partitions can be done using this 
[config](/docs/configurations#hoodiedatasourcewritepartitionstodelete).    
 
 Support for Huawei Cloud Object Storage, BAIDU AFS storage format, Baidu BOS 
storage in Hudi. 
 

Reply via email to