-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
area:table-serviceTable servicesTable servicesdocspriority:mediumModerate impact; usability gapsModerate impact; usability gaps
Description
Hi, I am reading at https://hudi.apache.org/docs/hoodie_cleaner,
The usage of utility tool HoodieCleaner is not very well documented, it gives an example
[hoodie]$ spark-submit --class org.apache.hudi.utilities.HoodieCleaner \
--props s3:///temp/hudi-ingestion-config/kafka-source.properties \
--target-base-path s3:///temp/hudi \
--spark-master yarn-cluster
but I don't know the content of the prop file:kafka-source.properties
I would like to know how to specify the configuration property, that I want to keep the latest 3 data versions when I run the cleaner
Thanks a lot
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:table-serviceTable servicesTable servicesdocspriority:mediumModerate impact; usability gapsModerate impact; usability gaps