<?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: Talend Component to read different file formats. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-Component-to-read-different-file-formats/m-p/2197721#M1361</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMz4AAG"&gt;@Lucifer_18&lt;/A&gt;&amp;nbsp;what I meant was to run the hive command you have to tSystem component and make sure that Hive is installed in the server where you are running your jobs from as hive commands needs HIve CLI to be present.&lt;BR /&gt;No, we can't use tHiveInput to read from orc file - as&amp;nbsp;&lt;SPAN class="emphasis"&gt;tHiveInput&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;is the dedicated component to the Hive database (the Hive data warehouse system). It can execute a given HiveQL query in order to extract the data from Hive. If there is any external table created pointing to the orc file location then you can use&amp;nbsp;&lt;SPAN class="emphasis"&gt;tHiveInput to query from the table.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2019 11:40:10 GMT</pubDate>
    <dc:creator>iamabhishek</dc:creator>
    <dc:date>2019-08-20T11:40:10Z</dc:date>
    <item>
      <title>Talend Component to read different file formats.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Component-to-read-different-file-formats/m-p/2197718#M1358</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I'm not able to read ORC files using hdfs components.&lt;/P&gt;&lt;P&gt;Can someone please help me understand, which components to be used to read&amp;nbsp;&lt;/P&gt;&lt;P&gt;ORC, AVRO, Parquet files for processing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Component-to-read-different-file-formats/m-p/2197718#M1358</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Component to read different file formats.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Component-to-read-different-file-formats/m-p/2197719#M1359</link>
      <description>&lt;P&gt;Sample hive command to read ORC file from HDFS -&amp;nbsp;&lt;/P&gt;&lt;P class="kj kk gf bs kl b km ll ko lm kq ln ks lo ku lp kw"&gt;Read ORC file data:&lt;/P&gt;&lt;PRE&gt;hive –orcfiledump -d&amp;nbsp;HDFS Path to the file&amp;nbsp;&amp;gt; orcFileDump.txt&lt;/PRE&gt;&lt;P class="kj kk gf bs kl b km ll ko lm kq ln ks lo ku lp kw"&gt;Now to run hive command or script through Talend you need to use tSystem&amp;nbsp;&lt;SPAN&gt;and a local installation of Hive will be required - from where you are running your Talend jobs as you will call the hive CLI, which indeed requires hive to be installed.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2019 11:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Component-to-read-different-file-formats/m-p/2197719#M1359</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2019-08-16T11:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Component to read different file formats.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Component-to-read-different-file-formats/m-p/2197720#M1360</link>
      <description>&lt;P&gt;Thanks for the reply &lt;A href="https://community.qlik.com/s/profile/0053p000007LKrZAAW"&gt;@iamabhishek&lt;/A&gt;.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The second part of your answer isn't clear, can you please elaborate more.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Btw can't i use Hiveinput component to read orc data?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2019 14:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Component-to-read-different-file-formats/m-p/2197720#M1360</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-16T14:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Component to read different file formats.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Component-to-read-different-file-formats/m-p/2197721#M1361</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMz4AAG"&gt;@Lucifer_18&lt;/A&gt;&amp;nbsp;what I meant was to run the hive command you have to tSystem component and make sure that Hive is installed in the server where you are running your jobs from as hive commands needs HIve CLI to be present.&lt;BR /&gt;No, we can't use tHiveInput to read from orc file - as&amp;nbsp;&lt;SPAN class="emphasis"&gt;tHiveInput&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;is the dedicated component to the Hive database (the Hive data warehouse system). It can execute a given HiveQL query in order to extract the data from Hive. If there is any external table created pointing to the orc file location then you can use&amp;nbsp;&lt;SPAN class="emphasis"&gt;tHiveInput to query from the table.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 11:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Component-to-read-different-file-formats/m-p/2197721#M1361</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2019-08-20T11:40:10Z</dc:date>
    </item>
  </channel>
</rss>

