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: 
_AnonymousUser
Specialist III
Specialist III

SCD implementation in hive/hbase using Talend

Hi friends i am searching about the possibility and the documentation required for implementing slowly changing dimensions in hadoop cluster (hive/hbase). i didnt find any material that can help me. can anyone of you guide me as of how can i implement SCD in hive/hbase using talend as my integration tool. Thanks in advance

Labels (2)
14 Replies
willm1
Creator
Creator

I'm actually working on a use case for doing SCD on Hive. It leverages the ELTHive components. I'll share once I'm done in a day or so...
_AnonymousUser
Specialist III
Specialist III
Author

Hi, thanks for the response. that would be great. i will be waiting for your response. i am trying my part by coding.,but i want to make use of talend. so i will really appreciate if you can share it once you are done. Regards. 0683p000009MACn.png
Anonymous
Not applicable

SCD in Hadoop can be implemented using Hive ELT components.  My implementation has three parts:
-Change Data Capture (Using tELTHiveMap, tELTHiveInput(s) and tELTHiveOut).  The SCD table and staging table that contains today's records need to be left joined on the keys and if record exists compare the columns and write the appropriate code (Insert, Update/Insert). I wrote the results to a Delta Table.
- Now Apply the Inserts (New rows).
- Apply the type II updates (or SCD).  Insert Overwrite the rows that needs to be obsoleted. Add the new version needs to be updated.
0683p000009MAUh.png
Anonymous
Not applicable

Code is attached
Hive_ELT_%281%29.zip.zip
_AnonymousUser
Specialist III
Specialist III
Author

Hi  sdhurjati,

Thanks for your response. i am trying to download the code .,but it is saying page not found. can you please re-upload the zip file again. i would be grateful to you. i am trying the process you explained now. i will wait for the zip upload. thanks a lot. 0683p000009MACn.png
_AnonymousUser
Specialist III
Specialist III
Author

Hi,
i have one more query. are you using enterprise edition or open studio for BD?. please let me know. thank you
_AnonymousUser
Specialist III
Specialist III
Author

Code is attached
Hive_ELT_%281%29.zip.zip

same error -> for this URL: (1).zip.zip
File / page not found
please upload it again
thanks
Anonymous
Not applicable

Can the person who posted the image post images of each component and some workflow logic?
Anonymous
Not applicable

Hi can someone please update the documentation required. the file attached not working. Please