<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SCD implementation in hive/hbase using Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260121#M41352</link>
    <description>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. 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Tue, 22 Jul 2014 08:08:06 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2014-07-22T08:08:06Z</dc:date>
    <item>
      <title>SCD implementation in hive/hbase using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260119#M41350</link>
      <description>&lt;P&gt;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&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260119#M41350</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T11:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: SCD implementation in hive/hbase using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260120#M41351</link>
      <description>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...</description>
      <pubDate>Mon, 21 Jul 2014 21:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260120#M41351</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2014-07-21T21:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: SCD implementation in hive/hbase using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260121#M41352</link>
      <description>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. 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 22 Jul 2014 08:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260121#M41352</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-07-22T08:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: SCD implementation in hive/hbase using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260122#M41353</link>
      <description>SCD in Hadoop can be implemented using Hive ELT components. &amp;nbsp;My implementation has three parts: 
&lt;BR /&gt;-Change Data Capture (Using tELTHiveMap, tELTHiveInput(s) and tELTHiveOut). &amp;nbsp;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. 
&lt;BR /&gt;- Now Apply the Inserts (New rows). 
&lt;BR /&gt;- Apply the type II updates (or SCD). &amp;nbsp;Insert Overwrite the rows that needs to be obsoleted. Add the new version needs to be updated. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAUh.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133701iC19DE7E1D6EC2E41/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAUh.png" alt="0683p000009MAUh.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 22 Jul 2014 19:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260122#M41353</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-22T19:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: SCD implementation in hive/hbase using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260123#M41354</link>
      <description>Code is attached
&lt;BR /&gt;
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/69504/Hive_ELT_(1).zip.zip" target="_blank"&gt;Hive_ELT_%281%29.zip.zip&lt;/A&gt;</description>
      <pubDate>Tue, 22 Jul 2014 19:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260123#M41354</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-22T19:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: SCD implementation in hive/hbase using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260124#M41355</link>
      <description>Hi&amp;nbsp; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;sdhurjati,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;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. &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;</description>
      <pubDate>Thu, 24 Jul 2014 12:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260124#M41355</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-07-24T12:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: SCD implementation in hive/hbase using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260125#M41356</link>
      <description>Hi, 
&lt;BR /&gt;i have one more query. are you using enterprise edition or open studio for BD?. please let me know. thank you</description>
      <pubDate>Thu, 24 Jul 2014 12:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260125#M41356</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-07-24T12:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: SCD implementation in hive/hbase using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260126#M41357</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Code is attached&lt;BR /&gt;Hive_ELT_%281%29.zip.zip&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;same error -&amp;gt; for this URL: (1).zip.zip
&lt;BR /&gt;File / page not found
&lt;BR /&gt;please upload it again
&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 28 Aug 2014 10:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260126#M41357</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-08-28T10:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: SCD implementation in hive/hbase using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260127#M41358</link>
      <description>Can the person who posted the image post images of each component and some workflow logic?</description>
      <pubDate>Thu, 04 Dec 2014 22:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260127#M41358</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-04T22:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: SCD implementation in hive/hbase using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260128#M41359</link>
      <description>Hi can someone please update the documentation required. the file attached not working. Please</description>
      <pubDate>Thu, 25 Dec 2014 14:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260128#M41359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-25T14:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: SCD implementation in hive/hbase using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260129#M41360</link>
      <description>Can you please share he code.It would be of great help.Thanks in advance.</description>
      <pubDate>Thu, 12 Feb 2015 14:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260129#M41360</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-02-12T14:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: SCD implementation in hive/hbase using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260130#M41361</link>
      <description>Hi,&lt;BR /&gt;Reinitiating the discussion and need inputs please.&lt;BR /&gt;How is the Talend generated code performed on Hadoop cluster (~200 nodes) processing 100 M rows with approx 10 columns. i googled and and couldn't find much details on Talend 6 or earlier version performance metrics. I am aware that Talend is just a code generator but, does anyone has any performance metrics of SCD Type 1 (On hive) and SCD Type2 (on Hbase) processing?&amp;nbsp;&lt;BR /&gt;Please share if anyone has any details or some references.&lt;BR /&gt;Thanks,&lt;BR /&gt;Ugandhar</description>
      <pubDate>Sat, 09 Jan 2016 03:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260130#M41361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-09T03:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: SCD implementation in hive/hbase using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260131#M41362</link>
      <description>Hi,I am trying to impliment the SCD type 2 through Hive,could someone pls guide me to understand these descriptions from the previopus post. 
&lt;BR /&gt;" 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;SCD in Hadoop can be implemented using Hive ELT components. &amp;nbsp;My implementation has three parts:&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;-Change Data Capture (Using tELTHiveMap, tELTHiveInput(s) and tELTHiveOut). &amp;nbsp;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.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;- Now Apply the Inserts (New rows).&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;- Apply the type II updates (or SCD). &amp;nbsp;Insert Overwrite the rows that needs to be obsoleted. Add the new version needs to be updated.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 15 Apr 2016 12:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260131#M41362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-15T12:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: SCD implementation in hive/hbase using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260132#M41363</link>
      <description>&lt;P&gt;link has expired&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 08:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260132#M41363</guid>
      <dc:creator>KarthikGs</dc:creator>
      <dc:date>2019-05-06T08:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: SCD implementation in hive/hbase using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260133#M41364</link>
      <description>can you add a more clear screenshot?</description>
      <pubDate>Mon, 06 May 2019 08:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SCD-implementation-in-hive-hbase-using-Talend/m-p/2260133#M41364</guid>
      <dc:creator>KarthikGs</dc:creator>
      <dc:date>2019-05-06T08:19:23Z</dc:date>
    </item>
  </channel>
</rss>

