<?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 load a csv file into hive temp table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-load-a-csv-file-into-hive-temp-table/m-p/2327396#M96781</link>
    <description>&lt;P&gt;I need to load csv file into hive tables so I can write complicated logic in the hive query instead of expressions in the Talend.&lt;/P&gt;
&lt;P&gt;Do I have to follow these steps? I did not test it yet.&lt;/P&gt;
&lt;P&gt;1.tHiveCreateTable can be used to create a temp table&lt;/P&gt;
&lt;P&gt;2.tFileInputDelimited (csv file)-&amp;gt; tHDFSOutput --store the csv in the HDFS system&lt;/P&gt;
&lt;P&gt;3. then tHiveLoad --load the hdfs file to the hive table&lt;/P&gt;
&lt;P&gt;4. use tHiveInput and get the data from the temp table&lt;/P&gt;
&lt;P&gt;5. at the end of talend job, use tHiveRow to drop the temp table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;Jane&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 08:01:27 GMT</pubDate>
    <dc:creator>JaneYu</dc:creator>
    <dc:date>2024-11-16T08:01:27Z</dc:date>
    <item>
      <title>how to load a csv file into hive temp table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-load-a-csv-file-into-hive-temp-table/m-p/2327396#M96781</link>
      <description>&lt;P&gt;I need to load csv file into hive tables so I can write complicated logic in the hive query instead of expressions in the Talend.&lt;/P&gt;
&lt;P&gt;Do I have to follow these steps? I did not test it yet.&lt;/P&gt;
&lt;P&gt;1.tHiveCreateTable can be used to create a temp table&lt;/P&gt;
&lt;P&gt;2.tFileInputDelimited (csv file)-&amp;gt; tHDFSOutput --store the csv in the HDFS system&lt;/P&gt;
&lt;P&gt;3. then tHiveLoad --load the hdfs file to the hive table&lt;/P&gt;
&lt;P&gt;4. use tHiveInput and get the data from the temp table&lt;/P&gt;
&lt;P&gt;5. at the end of talend job, use tHiveRow to drop the temp table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;Jane&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-load-a-csv-file-into-hive-temp-table/m-p/2327396#M96781</guid>
      <dc:creator>JaneYu</dc:creator>
      <dc:date>2024-11-16T08:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to load a csv file into hive temp table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-load-a-csv-file-into-hive-temp-table/m-p/2327397#M96782</link>
      <description>&lt;P&gt;If its not heavy duty production processes, suggest using WebHDFS REST api to upload data.&lt;BR /&gt;No packages, no jars, just need cUrl or tRestClient.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A title="Hadoop WebHDFS" href="https://hadoop.apache.org/docs/r2.8.0/hadoop-project-dist/hadoop-hdfs/WebHDFS.html#File_and_Directory_Operations" target="_self" rel="nofollow noopener noreferrer"&gt;Hadoop WebHDFS&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 23:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-load-a-csv-file-into-hive-temp-table/m-p/2327397#M96782</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-07-02T23:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to load a csv file into hive temp table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-load-a-csv-file-into-hive-temp-table/m-p/2327398#M96783</link>
      <description>&lt;P&gt;After loading the csv to the temp hive table, it needs to join the other hive tables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I prefer to complete everything in Talend. Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 14:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-load-a-csv-file-into-hive-temp-table/m-p/2327398#M96783</guid>
      <dc:creator>JaneYu</dc:creator>
      <dc:date>2018-07-03T14:31:19Z</dc:date>
    </item>
  </channel>
</rss>

