fearlsgroove commented on issue #9885:
URL: https://github.com/apache/hudi/issues/9885#issuecomment-1770957346

   Sure thanks for the reply:
   
   ```    
       "hoodie.datasource.write.recordkey.field": "id,item_date",
       "hoodie.datasource.write.keygenerator.class": 
"org.apache.hudi.keygen.ComplexKeyGenerator",
       "hoodie.datasource.write.partitionpath.field": "partition_year",
       "hoodie.datasource.write.table.name": "the_table_name",
       "hoodie.datasource.write.operation": "upsert",
       "hoodie.datasource.write.precombine.field": "event_date",
       "hoodie.datasource.write.hive_style_partitioning": True,
       "hoodie.datasource.write.table.type": "MERGE_ON_READ",
       "hoodie.clustering.execution.strategy.class": 
"org.apache.hudi.client.clustering.run.strategy.SparkSortAndSizeExecutionStrategy",
       "hoodie.clustering.plan.strategy.sort.columns": "id",
       "hoodie.upsert.shuffle.parallelism": 32,
       "hoodie.insert.shuffle.parallelism": 32,
       "hoodie.bulkinsert.shuffle.parallelism": 32,
       "hoodie.clean.async": True,
       "hoodie.clustering.async.enabled": True,
       "hoodie.clustering.async.max.commits": 8,  # default is 4
       # Seems to avoid some concurrency/retry errors. Possibly ineffective
       "hoodie.clustering.updates.strategy": 
"org.apache.hudi.client.clustering.update.strategy.SparkAllowUpdateStrategy",
   ```


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to