MikeMccree commented on issue #10273:
URL: https://github.com/apache/hudi/issues/10273#issuecomment-1849816260

   @ad1happy2go The only config I am using is mentioned above, but here it is 
again for you:
   
   `hudi_streaming_count_options = { 'hoodie.database.name': database_name, 
'hoodie.table.name': loggingtablename, 'hoodie.datasource.hive_sync.database': 
database_name, 'hoodie.datasource.hive_sync.table': loggingtablename, 
'hoodie.datasource.hive_sync.create_managed_table': 'true', 
'hoodie.datasource.hive_sync.enable': 'true', 
'hoodie.datasource.hive_sync.mode': 'hms', 
'hoodie.datasource.hive_sync.support_timestamp': 'true', 
'hoodie.datasource.write.hive_style_partitioning': 'true', 
'hoodie.datasource.write.precombine.field': 'start_time', 
'hoodie.datasource.write.partitionpath.field': "table_name, batch_id", 
'hoodie.datasource.hive_sync.partition_fields': "table_name, batch_id", 
'hoodie.datasource.write.table.type' : 'COPY_ON_WRITE', 
'hoodie.datasource.write.recordkey.field': "batch_id", 
'hoodie.datasource.write.operation': 'upsert',  
"hoodie.write.num.retries.on.conflict.failures": "15", }`


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