Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to achieve SCD2 on hive tables in Talend

Hi All,

I'm trying to understand how to acheive scd2 type for hive tables using Talend.

Can anyone help me understand.

Thanks.

Labels (6)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Thanks! 

I was able to do it.

View solution in original post

2 Replies
vapukov
Master II
Master II

Hi,

 

since Hive does not support UPDATES, you could follow:

https://community.hortonworks.com/questions/113155/best-and-easy-way-to-implement-and-create-scd2-in...

http://dwgeek.com/impala-hive-slowly-changing-dimension-scd-type-2.html/

https://hortonworks.com/blog/update-hive-tables-easy-way-2/

 

in case if you use Cloudera - you can use Impala tables with Kudu as storage for SQL access

 

regards

Anonymous
Not applicable
Author

Thanks! 

I was able to do it.