<?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 push data from HDFS to Hive Table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-push-data-from-HDFS-to-Hive-Table/m-p/2214677#M11419</link>
    <description>Hi Remy ,
&lt;BR /&gt;can you please suggest me on the components i should be using to write data directly from hDFS to Hive table. I tried with tHiveLoad which upload data from file and not from HDFS file . Can you please guide me . Currently i am pushing or writing data to a file on linux box and then fetch that to hive tables using tHiveload.</description>
    <pubDate>Fri, 15 Nov 2013 09:42:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-11-15T09:42:16Z</dc:date>
    <item>
      <title>How to push data from HDFS to Hive Table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-push-data-from-HDFS-to-Hive-Table/m-p/2214674#M11416</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I am not able to push data from HDFS to Hive .&lt;BR /&gt;Objective :&lt;BR /&gt;Create tables and load data into Hive. &lt;BR /&gt;&lt;BR /&gt;Platform :&lt;BR /&gt;CDH 4.4 .&lt;BR /&gt;TOS for Big Data 5.4.0 &lt;BR /&gt;Ubuntu OS.&lt;BR /&gt;&lt;BR /&gt;Architecture :&lt;BR /&gt;Both CDH and TOS are on same machine(CDH with Single host implementation)&lt;BR /&gt;Components being used are :&lt;BR /&gt;tHiveConnections&lt;BR /&gt;tHiveCreateTable&lt;BR /&gt;tHiveLoad&lt;BR /&gt;More info :&lt;BR /&gt;Screen shot.&lt;BR /&gt;&lt;IMG src="https://community.qlik.com/" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-push-data-from-HDFS-to-Hive-Table/m-p/2214674#M11416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to push data from HDFS to Hive Table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-push-data-from-HDFS-to-Hive-Table/m-p/2214675#M11417</link>
      <description>Error Log: 
  &lt;BR /&gt;Starting job Test at 06:53 14/11/2013. 
  &lt;BR /&gt; 
  &lt;BR /&gt; connecting to socket on port 4047 
  &lt;BR /&gt; connected 
  &lt;BR /&gt;: org.apache.hadoop.hive.conf.HiveConf - hive-site.xml not found on CLASSPATH 
  &lt;BR /&gt;: org.apache.hadoop.conf.Configuration - mapred.max.split.size is deprecated. Instead, use mapreduce.input.fileinputformat.split.maxsize 
  &lt;BR /&gt;: org.apache.hadoop.conf.Configuration - mapred.min.split.size is deprecated. Instead, use mapreduce.input.fileinputformat.split.minsize 
  &lt;BR /&gt;: org.apache.hadoop.conf.Configuration - mapred.min.split.size.per.rack is deprecated. Instead, use mapreduce.input.fileinputformat.split.minsize.per.rack 
  &lt;BR /&gt;: org.apache.hadoop.conf.Configuration - mapred.min.split.size.per.node is deprecated. Instead, use mapreduce.input.fileinputformat.split.minsize.per.node 
  &lt;BR /&gt;: org.apache.hadoop.conf.Configuration - mapred.reduce.tasks is deprecated. Instead, use mapreduce.job.reduces : org.apache.hadoop.conf.Configuration - mapred.reduc
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdEs"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdEs"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Thu, 14 Nov 2013 09:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-push-data-from-HDFS-to-Hive-Table/m-p/2214675#M11417</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-14T09:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to push data from HDFS to Hive Table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-push-data-from-HDFS-to-Hive-Table/m-p/2214676#M11418</link>
      <description>You just have a permission issue within HDFS.
&lt;BR /&gt;Please change that using hadoop fs -chmod and haddop fs -chown</description>
      <pubDate>Fri, 15 Nov 2013 09:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-push-data-from-HDFS-to-Hive-Table/m-p/2214676#M11418</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-15T09:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to push data from HDFS to Hive Table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-push-data-from-HDFS-to-Hive-Table/m-p/2214677#M11419</link>
      <description>Hi Remy ,
&lt;BR /&gt;can you please suggest me on the components i should be using to write data directly from hDFS to Hive table. I tried with tHiveLoad which upload data from file and not from HDFS file . Can you please guide me . Currently i am pushing or writing data to a file on linux box and then fetch that to hive tables using tHiveload.</description>
      <pubDate>Fri, 15 Nov 2013 09:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-push-data-from-HDFS-to-Hive-Table/m-p/2214677#M11419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-15T09:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to push data from HDFS to Hive Table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-push-data-from-HDFS-to-Hive-Table/m-p/2214678#M11420</link>
      <description>Hi,
&lt;BR /&gt;If your data is already on HDFS, then I think you can use the tHDFSCopy to move the data from the current location to the HDFS location of your Hive table.
&lt;BR /&gt;Does it make sense?</description>
      <pubDate>Fri, 15 Nov 2013 10:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-push-data-from-HDFS-to-Hive-Table/m-p/2214678#M11420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-15T10:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to push data from HDFS to Hive Table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-push-data-from-HDFS-to-Hive-Table/m-p/2214679#M11421</link>
      <description>Hi Remy,
&lt;BR /&gt;Makes sense . Thanks a lot. Can you do me another favor . Can you suggest any better BI engine which would fit better with Talend Open Studio for Big Data. Currently , i am trying with SpagoBI and find it pretty confusing and complex. Thanks.</description>
      <pubDate>Fri, 15 Nov 2013 10:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-push-data-from-HDFS-to-Hive-Table/m-p/2214679#M11421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-15T10:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to push data from HDFS to Hive Table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-push-data-from-HDFS-to-Hive-Table/m-p/2214680#M11422</link>
      <description>Hi&amp;nbsp;
&lt;BR /&gt;I think problem in your tHiveLoad component.Your local has been checked.Checked it out and give the hdfs file path,it will load data to your Hive Table directly.</description>
      <pubDate>Tue, 26 Aug 2014 11:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-push-data-from-HDFS-to-Hive-Table/m-p/2214680#M11422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-26T11:40:46Z</dc:date>
    </item>
  </channel>
</rss>

