bithw1 opened a new issue, #5975:
URL: https://github.com/apache/hudi/issues/5975

   
   Hi, I am reading at https://hudi.apache.org/docs/hoodie_cleaner,
   
   The usage of utility tool `HoodieClean` 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, but I don't know how to specify the 
configuration when I run the HoodieCleaner
   
   Thanks a lot


-- 
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