koochiswathiTR commented on issue #8984:
URL: https://github.com/apache/hudi/issues/8984#issuecomment-1594384634

   spark-submit --packages 
org.apache.hudi:hudi-utilities-bundle_2.12:0.11.1,org.apache.spark:spark-avro_2.11:2.4.4,org.apache.hudi:hudi-spark3-bundle_2.12:0.11.1
 --verbose --driver-memory 1g --executor-memory 1g  --class 
org.apache.hudi.utilities.HoodieCompactor 
/usr/lib/hudi/hudi-utilities-bundle.jar,/usr/lib/hudi/hudi-spark-bundle.jar  
--table-name novusnorm --base-path s3://a206760-novusnorm-s3-ci-use1/novusnorm 
--mode scheduleandexecute --spark-memory 1g --hoodie-conf 
hoodie.metadata.enable=false --strategy 
"org.apache.hudi.table.action.compact.strategy.CompactionTriggerStrategy" 
   
   
   When I pass --strategy 
"org.apache.hudi.table.action.compact.strategy.CompactionTriggerStrategy"  
   it say ClassNOtfound
   
   When I try to remove --strategy it says 
   
   
![image](https://github.com/apache/hudi/assets/53506762/23807f5b-b271-431c-aac2-bf2c4c6f9b82)
   
   I want to trigger compaction based on number of commits 
   Pls help @ad1happy2go 
   @ad1happy2go 
   
   
   


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