Created 01-05-2017 10:04 AM
sqoop incremental import using composite primary key as merge-key
Created 01-06-2017 05:05 AM
Currently sqoop incremental does not support composite primary key as per the design,but an alternative would be to concatenate the composite primary key concat(PK1,PK2) as UniqueId while importing and using the UniqueId as --merger-key instead of a single primary key.
Created 01-06-2017 05:05 AM
Currently sqoop incremental does not support composite primary key as per the design,but an alternative would be to concatenate the composite primary key concat(PK1,PK2) as UniqueId while importing and using the UniqueId as --merger-key instead of a single primary key.
Created 12-20-2017 07:58 PM
Hi @Krishna Srinivas
I am facing the same issue, where in I have to specify the composite primary key in merge-key. But it is giving me the error. Can you please explain me on how can I achieve the above mentioned answer by taking an example. That will help me understand more clearly.
Thanks in Advance !!