From 38a009c4707908936d02600b4a3115b0a8ee606d Mon Sep 17 00:00:00 2001 From: Vijayasarathi Balasubramanian Date: Thu, 20 Jul 2023 22:46:54 -0400 Subject: [PATCH] [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 4cb0236093bb..f329523e055d 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.