yihua commented on a change in pull request #4010:
URL: https://github.com/apache/hudi/pull/4010#discussion_r754716809
##########
File path: website/docs/compaction.md
##########
@@ -74,22 +67,47 @@ spark-submit --packages
org.apache.hudi:hudi-utilities-bundle_2.11:0.6.0 \
--continous
```
-### Hudi CLI
-Hudi CLI is yet another way to execute specific compactions asynchronously.
Here is an example
+## Executing Async Compaction
+After compactions have been asynchronously scheduled on the Hudi Timeline, you
can now execute those compactions with one of the following options
Review comment:
I guess the discussion I had with @kywe665 caused the confusion here.
In Hudi Kafka Connect Sink, the compaction/clustering is only scheduled and
it's upon these separate utilities to do the actual services (I'll also see if
this gap should be bridged).
In terms of Deltastreamer, from the existing docs, it was not clear to me if
it does both scheduling and execution as I was reading the docs at the first
glance. We should call that out.
--
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]