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/10/14 11:42:40 UTC

[hudi] branch asf-site updated: [HUDI-4996] Update hoodie_cleaner.md (#6892)

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 1fd45462bd [HUDI-4996] Update hoodie_cleaner.md (#6892)
1fd45462bd is described below

commit 1fd45462bdf6a0ac4077f7a81a38565143362fee
Author: Manu <36...@users.noreply.github.com>
AuthorDate: Fri Oct 14 19:42:30 2022 +0800

    [HUDI-4996] Update hoodie_cleaner.md (#6892)
---
 website/docs/hoodie_cleaner.md                          | 2 +-
 website/versioned_docs/version-0.12.0/hoodie_cleaner.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/docs/hoodie_cleaner.md b/website/docs/hoodie_cleaner.md
index 1687a0e065..d450934d93 100644
--- a/website/docs/hoodie_cleaner.md
+++ b/website/docs/hoodie_cleaner.md
@@ -103,7 +103,7 @@ CLI provides the below commands for cleaner service:
 
 Example of cleaner keeping the latest 10 commits
 ```
-cleans run --sparkMaster local --hoodieConfigs hoodie.cleaner.policy=KEEP_LATEST_COMMITS,hoodie.cleaner.commits.retained=3,hoodie.cleaner.parallelism=200
+cleans run --sparkMaster local --hoodieConfigs hoodie.cleaner.policy=KEEP_LATEST_COMMITS hoodie.cleaner.commits.retained=3 hoodie.cleaner.parallelism=200
 ```
 
 You can find more details and the relevant code for these commands in [`org.apache.hudi.cli.commands.CleansCommand`](https://github.com/apache/hudi/blob/master/hudi-cli/src/main/java/org/apache/hudi/cli/commands/CleansCommand.java) class. 
diff --git a/website/versioned_docs/version-0.12.0/hoodie_cleaner.md b/website/versioned_docs/version-0.12.0/hoodie_cleaner.md
index d4269d4904..7829edff65 100644
--- a/website/versioned_docs/version-0.12.0/hoodie_cleaner.md
+++ b/website/versioned_docs/version-0.12.0/hoodie_cleaner.md
@@ -103,7 +103,7 @@ CLI provides the below commands for cleaner service:
 
 Example of cleaner keeping the latest 10 commits
 ```
-cleans run --sparkMaster local --hoodieConfigs hoodie.cleaner.policy=KEEP_LATEST_COMMITS,hoodie.cleaner.commits.retained=3,hoodie.cleaner.parallelism=200
+cleans run --sparkMaster local --hoodieConfigs hoodie.cleaner.policy=KEEP_LATEST_COMMITS hoodie.cleaner.commits.retained=3 hoodie.cleaner.parallelism=200
 ```
 
 You can find more details and the relevant code for these commands in [`org.apache.hudi.cli.commands.CleansCommand`](https://github.com/apache/hudi/blob/master/hudi-cli/src/main/java/org/apache/hudi/cli/commands/CleansCommand.java) class.