This is an automated email from the ASF dual-hosted git repository.
forwardxu 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 5fa8780b55 fix typo
new 8e24ef683f Merge pull request #5340 from zhqu1148980644/patch-1
5fa8780b55 is described below
commit 5fa8780b55921d561e0a1d92174b6fca1364e465
Author: BAKEZQ <[email protected]>
AuthorDate: Mon Apr 18 05:56:18 2022 +0800
fix typo
---
website/versioned_docs/version-0.10.1/compaction.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/versioned_docs/version-0.10.1/compaction.md
b/website/versioned_docs/version-0.10.1/compaction.md
index 015d21ec68..c56df32c18 100644
--- a/website/versioned_docs/version-0.10.1/compaction.md
+++ b/website/versioned_docs/version-0.10.1/compaction.md
@@ -132,7 +132,7 @@ 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. |
\ No newline at end of file
+| `--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. |