Created 09-20-2022 04:22 PM
I would like to know how is the best way to create surrogate key or SK in Impala. If there is no UDF function SURROGATE_KEY(). How could I do?
Created 09-24-2022 10:12 PM
Hi ,
There seems to be a UDF present for SK in Hive, Have you tried this? Is it Working?
https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/using-hiveql/topics/hive_surrogate_keys.html
Regards,
Chethan YM
Created 09-24-2022 10:12 PM
Hi ,
There seems to be a UDF present for SK in Hive, Have you tried this? Is it Working?
https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/using-hiveql/topics/hive_surrogate_keys.html
Regards,
Chethan YM
Created on 09-29-2022 05:24 PM - edited 09-29-2022 05:30 PM
How create function SURROGATE_KEY()?. I note that it would be necessary to install a package to perform the function in Impala