You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/05/03 15:15:46 UTC

[GitHub] [incubator-hudi] tooptoop4 opened a new issue #1586: [SUPPORT] DMS with 2 key example

tooptoop4 opened a new issue #1586:
URL: https://github.com/apache/incubator-hudi/issues/1586


   would u be able to add an example to https://cwiki.apache.org/confluence/display/HUDI/2020/01/20/Change+Capture+Using+AWS+Database+Migration+Service+and+Hudi using 2 column key?
   
   can it just be done calling pre-built   'spark-submit --class org.apache.hudi.utilities.deltastreamer.HoodieDeltaStreamer'  without writing any class ?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-hudi] bvaradar commented on issue #1586: [SUPPORT] DMS with 2 key example

Posted by GitBox <gi...@apache.org>.
bvaradar commented on issue #1586:
URL: https://github.com/apache/incubator-hudi/issues/1586#issuecomment-623983824


   You would need to set the below configs for composite keys.
   
   hoodie.datasource.write.keygenerator.class=org.apache.hudi.keygen.ComplexKeyGenerator
   hoodie.datasource.write.recordkey.field=comma_seperated_list_of_primary_keys
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-hudi] bvaradar closed issue #1586: [SUPPORT] DMS with 2 key example

Posted by GitBox <gi...@apache.org>.
bvaradar closed issue #1586:
URL: https://github.com/apache/incubator-hudi/issues/1586


   


----------------------------------------------------------------
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:
users@infra.apache.org