satishkotha commented on issue #1954:
URL: https://github.com/apache/hudi/issues/1954#issuecomment-680262762


   If a single column as key works for you, you can also try
   
   
hoodie.datasource.write.keygenerator.class=com.uber.hoodie.NonpartitionedKeyGenerator
   
hoodie.datasource.hive_sync.partition_extractor_class=com.uber.hoodie.hive.NonPartitionedExtractor
   hoodie.datasource.write.recordkey.field=(new column that is unique)
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to