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

danny0405 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 38a009c4707 [DOC] Documentation Update to enhance readability (#9250)
38a009c4707 is described below

commit 38a009c4707908936d02600b4a3115b0a8ee606d
Author: Vijayasarathi Balasubramanian <[email protected]>
AuthorDate: Thu Jul 20 22:46:54 2023 -0400

    [DOC] Documentation Update to enhance readability (#9250)
    
    Update basic_configurations.md
---
 website/docs/basic_configurations.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/docs/basic_configurations.md 
b/website/docs/basic_configurations.md
index 4cb0236093b..f329523e055 100644
--- a/website/docs/basic_configurations.md
+++ b/website/docs/basic_configurations.md
@@ -16,7 +16,7 @@ This page covers the basic configurations you may use to 
write/read Hudi tables.
 - [**Flink Sql Configs**](#FLINK_SQL): These configs control the Hudi Flink 
SQL source/sink connectors, providing ability to define record keys, pick out 
the write operation, specify how to merge records, enable/disable asynchronous 
compaction or choosing query type to read.
 - [**Write Client Configs**](#WRITE_CLIENT): Internally, the Hudi datasource 
uses a RDD based HoodieWriteClient API to actually perform writes to storage. 
These configs provide deep control over lower level aspects like file sizing, 
compression, parallelism, compaction, write schema, cleaning etc. Although Hudi 
provides sane defaults, from time-time these configs may need to be tweaked to 
optimize for specific workloads.
 - [**Metastore and Catalog Sync Configs**](#META_SYNC): Configurations used by 
the Hudi to sync metadata to external metastores and catalogs.
-- [**Metrics Configs**](#METRICS): These set of configs are used to enable 
monitoring and reporting of keyHudi stats and metrics.
+- [**Metrics Configs**](#METRICS): These set of configs are used to enable 
monitoring and reporting of key Hudi stats and metrics.
 - [**Kafka Connect Configs**](#KAFKA_CONNECT): These set of configs are used 
for Kafka Connect Sink Connector for writing Hudi Tables
 - [**DeltaStreamer Configs**](#DELTA_STREAMER): These set of configs are used 
for DeltaStreamer utility which provides the way to ingest from different 
sources such as DFS or Kafka.
 

Reply via email to