<?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: How to load data from PostgreSQL to Hive in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340035#M108111</link>
    <description>&lt;P&gt;Do you know if this is possible working with Open Studio for Big Data, or is it only possible with the Big Data Platform?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying it from Open Studio for Big Data but there is no combo box to convert a job into Big Data Batch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 19:25:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-29T19:25:14Z</dc:date>
    <item>
      <title>How to load data from PostgreSQL to Hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340031#M108107</link>
      <description>&lt;P&gt;I am new to Talend, and I've been tasked (database course project) with loading data from a database (postgresql) and transfer it to a data warehouse (hive) via ETL, we were suggested to use Talend. However, I'm not sure how to transfer data from pgsql to hive, since there is no tHiveInput component to "map" directly the data from pgsql to Hive. I've also tried converting the data from pgsql to a .csv file and try to load this data with a tHiveLoad component but this didn't work either because I'm unable to connect the tFileOutput component to a tHiveload component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So I'm unsure on what to do. TLDR, not sure how to load data from pgsql to hive via talend.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340031#M108107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from PostgreSQL to Hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340032#M108108</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;One option is to read data from PostgresSQL and push it to HDFS layer using tHDFSOutput component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Then read the file using using a tfileinputdelimited in a Bigdata batch job and push it into Hive layer by tHiveOutput.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; There are other methods also but this is quite simple and straight forward method since you are doing Talend for first time.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 14:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340032#M108108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-29T14:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from PostgreSQL to Hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340033#M108109</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;I'm trying to implement your solution, what I have right now is simply my Postgres connection -&amp;gt; tHDFSOutput. However, I'm a bit confused on what to do next, should I connect my tHDFSOutput component to a tFileInput? Or is there another step in between HDFS and tFileInput?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I was browsing my Hive components, and I don't have a tHiveOutput, not sure why.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 15:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340033#M108109</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-29T15:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from PostgreSQL to Hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340034#M108110</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; You will have to create a separate BigData Batch job to do the rest. The HDFS file can be read by the tfileinputdelimited component in the Bigdata job. Once you create both these jobs separately, its a matter of orchestrating both by calling them one after another through a parent Talend standard job.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 15:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340034#M108110</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-29T15:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from PostgreSQL to Hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340035#M108111</link>
      <description>&lt;P&gt;Do you know if this is possible working with Open Studio for Big Data, or is it only possible with the Big Data Platform?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying it from Open Studio for Big Data but there is no combo box to convert a job into Big Data Batch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 19:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340035#M108111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-29T19:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from PostgreSQL to Hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340036#M108112</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I was referring like the belwo flow. You do not have to convert any standard job to Bigdata batch job.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5Fm.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143849i3782CF4CFE1EEEAC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5Fm.png" alt="0683p000009M5Fm.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5Fr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129025iFD9C0A6BA36D48B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5Fr.png" alt="0683p000009M5Fr.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5Fw.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146443i0E14E962E9549022/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5Fw.png" alt="0683p000009M5Fw.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here you are calling the Bigdata batch job after loading the data to HDFS layer through standard job. And the jobs are called in a sequential fashion.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 22:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340036#M108112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-29T22:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from PostgreSQL to Hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340037#M108113</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;I'm trying to set my job as yours, but the problem is we don't have a tHiveOutput component. I've attached the options that Talend provides me when I drag the connection to my tFileInputDelimited -&amp;gt; tHiveOutput job. As you can see, there's not tHiveOutput component.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lvoh"&gt;output.PNG&lt;/A&gt;</description>
      <pubDate>Wed, 29 May 2019 22:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340037#M108113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-29T22:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from PostgreSQL to Hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340038#M108114</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;Could you please go to File -&amp;gt; Edit Project Properties and check whether the component has been added to Palette under Bigdata Spark jobs?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 977px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5GL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157126iAD593374837D7043/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5GL.png" alt="0683p000009M5GL.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 23:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340038#M108114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-29T23:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from PostgreSQL to Hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340039#M108115</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I don't have a Big Data Batch Job component anywhere. I'm using Talend Open Studio for Big Data 7.11, is Big Data Batch Job a premium feature or something?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 23:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340039#M108115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-29T23:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from PostgreSQL to Hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340040#M108116</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Apologies. This feature is only available in Subscription version.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5CG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143109i120159427445DF11/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5CG.png" alt="0683p000009M5CG.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 01:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-load-data-from-PostgreSQL-to-Hive/m-p/2340040#M108116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-30T01:00:19Z</dc:date>
    </item>
  </channel>
</rss>

