Cpandey43 commented on issue #10183:
URL: https://github.com/apache/hudi/issues/10183#issuecomment-1829366758

   @noahtaite  Thanks for your support!!
   
   **Issue: 1**
   Even for updates in the same partition, Hudi is not generating .log files.
   
   **Issue: 2**
   I'm expecting Hudi will create new thread for scheduling & executing 
clustering without disturbing the write process.
   I've configured below setting in my code & expecting others clustering 
config will pick default values.
   ```
   hoodie.clustering.async.enabled - true
   hoodie.clustering.async.max.commits - 1
   hoodie.clustering.execution.strategy.class 
-org.apache.hudi.client.clustering.run.strategy.SparkSortAndSizeExecutionStrategy
   ```
   
   Also, any idea on why it is creating base files of 18MB?


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