maheshguptags commented on issue #8195:
URL: https://github.com/apache/hudi/issues/8195#issuecomment-1471357761

   Hi @danny0405,
   I tried with the `MOR` table but the result is still the same not performing 
clustering.
   ```
   'table.type' = 'MERGE_ON_READ',
   'hoodie.compact.inline'= 'true',
   'hoodie.compact.inline.max.delta.commits'='2',
   'hoodie.clean.max.commits'='2',
   'hoodie.cleaner.commits.retained' = '3',
   'hoodie.clean.async'='true',
   'hoodie.cleaner.policy' = 'KEEP_LATEST_COMMITS',
   'hoodie.parquet.small.file.limit'='104857600',
   'clustering.schedule.enabled'='true',
   'clustering.async.enabled'='true',
   'hoodie.clustering.inline'= 'true',
   'hoodie.clustering.inline.max.commits'= '2',
   'hoodie.clustering.plan.strategy.max.bytes.per.group'= '107374182400',
   'hoodie.clustering.plan.strategy.max.num.groups'= '1'
   ``` 
   I am attaching a screenshot for the same please have a look.
   
   
![image](https://user-images.githubusercontent.com/115445723/225526212-e1d15c2d-2e54-4764-b14c-df9307a8a294.png)
   
   Thanks 
   Mahesh 
   
    


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