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

yihua 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 be60522e64 [DOCS] Asf site update flink option 'read.tasks & 
write.tasks' description (#6614)
be60522e64 is described below

commit be60522e64af5cc9aece857866713c10a85be12d
Author: leixin <[email protected]>
AuthorDate: Thu Sep 8 06:02:02 2022 +0800

    [DOCS] Asf site update flink option 'read.tasks & write.tasks' description 
(#6614)
---
 website/docs/configurations.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/docs/configurations.md b/website/docs/configurations.md
index edffeedfe3..7f4d46b3f8 100644
--- a/website/docs/configurations.md
+++ b/website/docs/configurations.md
@@ -978,8 +978,8 @@ Actual value obtained by invoking .toString(), default 
''<br></br>
 ---
 
 > #### write.tasks
-> Parallelism of tasks that do actual write, default is 4<br></br>
-> **Default Value**: 4 (Optional)<br></br>
+> Parallelism of tasks that do actual write, default is the parallelism of the 
execution environment<br></br>
+> **Default Value**: N/A (Optional)<br></br>
 > `Config Param: WRITE_TASKS`<br></br>
 
 ---
@@ -1157,8 +1157,8 @@ The semantics is best effort because the compaction job 
would finally merge all
 ---
 
 > #### read.tasks
-> Parallelism of tasks that do actual read, default is 4<br></br>
-> **Default Value**: 4 (Optional)<br></br>
+> Parallelism of tasks that do actual read, default is the parallelism of the 
execution environment<br></br>
+> **Default Value**: N/A (Optional)<br></br>
 > `Config Param: READ_TASKS`<br></br>
 
 ---

Reply via email to