<?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: [resolved] How can I export tables from MySQL to Hive/Hadoop? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-export-tables-from-MySQL-to-Hive-Hadoop/m-p/2290390#M63676</link>
    <description>Hi,
&lt;BR /&gt;Absolutely, you can combine a tMySQLInput and a tHiveRow to do that!
&lt;BR /&gt;It would look like that:
&lt;BR /&gt;tHiveConnection
&lt;BR /&gt;|
&lt;BR /&gt;|
&lt;BR /&gt;v
&lt;BR /&gt;tMySQLInput ----&amp;gt; tHiveRow
&lt;BR /&gt;|
&lt;BR /&gt;|
&lt;BR /&gt;v
&lt;BR /&gt;tHiveClose</description>
    <pubDate>Mon, 17 Oct 2011 20:05:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-10-17T20:05:47Z</dc:date>
    <item>
      <title>[resolved] How can I export tables from MySQL to Hive/Hadoop?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-export-tables-from-MySQL-to-Hive-Hadoop/m-p/2290389#M63675</link>
      <description>How can I export tables from MySQL to Hive/Hadoop? Which components will help? like tHiveConnection,tHiveRow or tHiveClose?&lt;BR /&gt;Thank you for your replies.</description>
      <pubDate>Sat, 16 Nov 2024 12:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-export-tables-from-MySQL-to-Hive-Hadoop/m-p/2290389#M63675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How can I export tables from MySQL to Hive/Hadoop?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-export-tables-from-MySQL-to-Hive-Hadoop/m-p/2290390#M63676</link>
      <description>Hi,
&lt;BR /&gt;Absolutely, you can combine a tMySQLInput and a tHiveRow to do that!
&lt;BR /&gt;It would look like that:
&lt;BR /&gt;tHiveConnection
&lt;BR /&gt;|
&lt;BR /&gt;|
&lt;BR /&gt;v
&lt;BR /&gt;tMySQLInput ----&amp;gt; tHiveRow
&lt;BR /&gt;|
&lt;BR /&gt;|
&lt;BR /&gt;v
&lt;BR /&gt;tHiveClose</description>
      <pubDate>Mon, 17 Oct 2011 20:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-export-tables-from-MySQL-to-Hive-Hadoop/m-p/2290390#M63676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-17T20:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How can I export tables from MySQL to Hive/Hadoop?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-export-tables-from-MySQL-to-Hive-Hadoop/m-p/2290391#M63677</link>
      <description>Could you provide more detail on how to use the tHiveRow component here? You can't do a single-row insert in Hive/HQL.
&lt;BR /&gt;Thanks.
&lt;BR /&gt;---Paul</description>
      <pubDate>Wed, 26 Oct 2011 18:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-export-tables-from-MySQL-to-Hive-Hadoop/m-p/2290391#M63677</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-10-26T18:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How can I export tables from MySQL to Hive/Hadoop?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-export-tables-from-MySQL-to-Hive-Hadoop/m-p/2290392#M63678</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Could you provide more detail on how to use the tHiveRow component here? You can't do a single-row insert in Hive/HQL.&lt;BR /&gt;Thanks.&lt;BR /&gt;---Paul&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;vgalopin is right,but this method is inefficient,data is imported one by one.Actually, I recommend "load overwrite" command used in tHiveRow's query like this "load data local inpath '"+context.hive_file_dir+"t_test.txt' overwrite into table t_test"</description>
      <pubDate>Wed, 23 Nov 2011 03:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-export-tables-from-MySQL-to-Hive-Hadoop/m-p/2290392#M63678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-23T03:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How can I export tables from MySQL to Hive/Hadoop?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-export-tables-from-MySQL-to-Hive-Hadoop/m-p/2290393#M63679</link>
      <description>Through using this tool(Talend),I find it supports hive/hadoop not very well.Free 4.2.3 version only provide three components,which are tHiveConnection,tHiveRow and tHiveClose.</description>
      <pubDate>Wed, 23 Nov 2011 04:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-export-tables-from-MySQL-to-Hive-Hadoop/m-p/2290393#M63679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-23T04:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How can I export tables from MySQL to Hive/Hadoop?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-export-tables-from-MySQL-to-Hive-Hadoop/m-p/2290394#M63680</link>
      <description>Please note that a tHiveInput component is planned to get released on 5.0.</description>
      <pubDate>Mon, 28 Nov 2011 19:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-can-I-export-tables-from-MySQL-to-Hive-Hadoop/m-p/2290394#M63680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-28T19:17:24Z</dc:date>
    </item>
  </channel>
</rss>

