<?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 How to integrate MSSQL with Hive in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-integrate-MSSQL-with-Hive/m-p/2277024#M52925</link>
    <description>Hi all, i am new developer in Talend, also learning Hadoop.&lt;BR /&gt;i have to come up with an ETL in Talend that reads from MSSQL and inserts this information into a Hive table.&lt;BR /&gt;As i am new, i dont know which components to use in my job, i have been able to test the connections to hive and sql but now i have to load the data in the hive table. &amp;nbsp;Help please!</description>
    <pubDate>Sat, 16 Nov 2024 10:51:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T10:51:01Z</dc:date>
    <item>
      <title>How to integrate MSSQL with Hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-integrate-MSSQL-with-Hive/m-p/2277024#M52925</link>
      <description>Hi all, i am new developer in Talend, also learning Hadoop.&lt;BR /&gt;i have to come up with an ETL in Talend that reads from MSSQL and inserts this information into a Hive table.&lt;BR /&gt;As i am new, i dont know which components to use in my job, i have been able to test the connections to hive and sql but now i have to load the data in the hive table. &amp;nbsp;Help please!</description>
      <pubDate>Sat, 16 Nov 2024 10:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-integrate-MSSQL-with-Hive/m-p/2277024#M52925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate MSSQL with Hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-integrate-MSSQL-with-Hive/m-p/2277025#M52926</link>
      <description>Hi,&lt;BR /&gt;You can create an external table into hive which points out a HDFS location. Then, you can use the tSqoopImport in order to import the Mysql table into HDFS (at the location you defined in your hive table creation).&lt;BR /&gt;Then your data will be available using Hive.&lt;BR /&gt;Let us know if it doesn't work for you.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 25 Jan 2016 05:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-integrate-MSSQL-with-Hive/m-p/2277025#M52926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-25T05:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate MSSQL with Hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-integrate-MSSQL-with-Hive/m-p/2277026#M52927</link>
      <description>Thanks Sabrina! I was try that! but i also wonder if instead of using&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tSqoopImport&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;component i could use a MSSQL connection and query the databases and store the result as a text file. &amp;nbsp;I ask because the queries i need to execute are complex.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;I appreciate your opinion!!&lt;BR /&gt;Thanks!!&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Rosana&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 26 Jan 2016 16:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-integrate-MSSQL-with-Hive/m-p/2277026#M52927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-26T16:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate MSSQL with Hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-integrate-MSSQL-with-Hive/m-p/2277027#M52928</link>
      <description>Hi,
&lt;BR /&gt;Here is a component 
&lt;A href="https://help.talend.com/search/all?query=tHiveLoad&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tHiveLoad&lt;/A&gt;&amp;nbsp;which connects to a given Hive database and copies or moves data into an existing Hive table or a directory you specify.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 27 Jan 2016 03:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-integrate-MSSQL-with-Hive/m-p/2277027#M52928</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-27T03:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate MSSQL with Hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-integrate-MSSQL-with-Hive/m-p/2277028#M52929</link>
      <description>&lt;P&gt;Can we replace SQLSERVER/MYSQL with HADOOP. Let's say I have created logic to load the data from source to SQLSERVER/MYSQL and later my customer wants to replace SQLSERVER/MYSQL database with&amp;nbsp;&lt;SPAN&gt;HADOOP. Is it possible in Talend? If yes, what are all the limitations&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 06:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-integrate-MSSQL-with-Hive/m-p/2277028#M52929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-29T06:44:49Z</dc:date>
    </item>
  </channel>
</rss>

