yihua commented on a change in pull request #4010:
URL: https://github.com/apache/hudi/pull/4010#discussion_r752826724



##########
File path: website/docs/compaction.md
##########
@@ -71,24 +71,25 @@ spark-submit --packages 
org.apache.hudi:hudi-utilities-bundle_2.11:0.6.0 \
 After compactions have been asynchronously scheduled on the Hudi Timeline, you 
can now execute those compactions with one of the following options
 
 ### Hudi Compactor Utility
-Hudi provides a standalone tool to execute specific compactions 
asynchronously. Below is an example and you can read more in the [deployment 
guide](/docs/deployment#compactions)
-
-:::info
-Note: As of version 0.10.0, the `instant-time` parameter is no longer required 
for the Hudi Compactor Utility. Each spark-submit will execute the earliest 
scheduled compaction on the Hudi timeline.
-:::
+Hudi provides a standalone tool to execute specific compactions 
asynchronously. Below is an example and you can read more in the [deployment 
guide](/docs/cli#compactions)

Review comment:
       Here we can use `/docs/deployment#compactions` link since 
`HoodieCompactor` is different from Hudi CLI.

##########
File path: website/docs/cli.md
##########
@@ -283,9 +283,9 @@ Description:               Run Compaction for given instant 
time
 
  Keyword:                  compactionInstant
    Help:                   Base path for the target hoodie table
-   Mandatory:              true
+   Mandatory:              false
    Default if specified:   '__NULL__'
-   Default if unspecified: '__NULL__'
+   Default if unspecified: Earliest instant on the Hudi timeline

Review comment:
       One thing to clarify, for `compaction run` command in Hudi CLI, the 
`compactionInstant` argument is still needed.  I haven't changed the logic of 
Hudi CLI in the corresponding PR.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to