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 d98c2e1949 [DOCS] Fix typo in compaction.md (#6492)
d98c2e1949 is described below
commit d98c2e19493e8b26f082e791b8ca7b88ca38e397
Author: Terry Wang <[email protected]>
AuthorDate: Tue Aug 30 10:43:27 2022 +0800
[DOCS] Fix typo in compaction.md (#6492)
---
website/docs/compaction.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/docs/compaction.md b/website/docs/compaction.md
index 9d73e31bd5..a6249b7ae7 100644
--- a/website/docs/compaction.md
+++ b/website/docs/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. |