You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by xu...@apache.org on 2022/05/21 12:57:28 UTC

[hudi] branch asf-site updated: [DOCS][MINOR] Update compaction.md (#5631)

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

xushiyan 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 6c8dc9995c [DOCS][MINOR] Update compaction.md (#5631)
6c8dc9995c is described below

commit 6c8dc9995cfd3f40bb5157302f9d89385cc9d472
Author: China-JasonW <92...@qq.com>
AuthorDate: Sat May 21 20:57:23 2022 +0800

    [DOCS][MINOR] Update compaction.md (#5631)
---
 website/versioned_docs/version-0.11.0/compaction.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/versioned_docs/version-0.11.0/compaction.md b/website/versioned_docs/version-0.11.0/compaction.md
index 9d73e31bd5..a6249b7ae7 100644
--- a/website/versioned_docs/version-0.11.0/compaction.md
+++ b/website/versioned_docs/version-0.11.0/compaction.md
@@ -132,9 +132,9 @@ Offline compaction needs to submit the Flink task on the command line. The progr
 
 |  Option Name  | Required | Default | Remarks |
 |  -----------  | -------  | ------- | ------- |
-| `--path` | `frue` | `--` | The path where the target table is stored on Hudi |
+| `--path` | `true` | `--` | The path where the target table is stored on Hudi |
 | `--compaction-max-memory` | `false` | `100` | The index map size of log data during compaction, 100 MB by default. If you have enough memory, you can turn up this parameter |
 | `--schedule` | `false` | `false` | whether to execute the operation of scheduling compaction plan. When the write process is still writing, turning on this parameter have a risk of losing data. Therefore, it must be ensured that there are no write tasks currently writing data to this table when this parameter is turned on |
 | `--seq` | `false` | `LIFO` | The order in which compaction tasks are executed. Executing from the latest compaction plan by default. `LIFO`: executing from the latest plan. `FIFO`: executing from the oldest plan. |
 | `--service` | `false` | `false` | Whether to start a monitoring service that checks and schedules new compaction task in configured interval. |
-| `--min-compaction-interval-seconds` | `false` | `600(s)` | The checking interval for service mode, by default 10 minutes. |
\ No newline at end of file
+| `--min-compaction-interval-seconds` | `false` | `600(s)` | The checking interval for service mode, by default 10 minutes. |