<?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: thiveInput throws error on MR job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333490#M102269</link>
    <description>Do you know when talend v 5.5.0 will be available?&lt;BR /&gt;Thanks,&lt;BR /&gt;Anand.</description>
    <pubDate>Mon, 19 May 2014 17:44:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-19T17:44:43Z</dc:date>
    <item>
      <title>thiveInput throws error on MR job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333484#M102263</link>
      <description>Error: Could not find or load main class org.apache.hadoop.mapreduce.v2.app.MRAppMaster
&lt;BR /&gt;I an getting above when in run a MR job using thiveInput but the same query works fine in hive shell.
&lt;BR /&gt;Sample query: select last_name from hivetest.users;
&lt;BR /&gt;But the query select * works fine without an issues.
&lt;BR /&gt;Is this any permission issue or configuration issue?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Anand.</description>
      <pubDate>Wed, 14 May 2014 21:12:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333484#M102263</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-14T21:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: thiveInput throws error on MR job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333485#M102264</link>
      <description>Hi, &lt;BR /&gt;Could you tell us the build version are you using? What's your OS and JDK version? Did this studio work well before?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 15 May 2014 05:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333485#M102264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-15T05:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: thiveInput throws error on MR job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333486#M102265</link>
      <description>Java Version: java version "1.6.0_65"
&lt;BR /&gt;Max OS X 10.9.2
&lt;BR /&gt;Talend EnterPrise Big Data V5.4.1.r111943
&lt;BR /&gt;This is the first time i am running the MR job in the tHIveInput, and Talend studio works fine for queries that are not MR jobs as I mentioned in the previous post.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Anand.</description>
      <pubDate>Thu, 15 May 2014 17:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333486#M102265</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-15T17:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: thiveInput throws error on MR job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333487#M102266</link>
      <description>Hi, &lt;BR /&gt;What's your Hadoop version? Did you set YARN classpath in Hadoop?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 16 May 2014 07:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333487#M102266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-16T07:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: thiveInput throws error on MR job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333488#M102267</link>
      <description>Hortonworks 2.1&lt;BR /&gt;Here is the property in yarn-site.xml&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;      &amp;lt;name&amp;gt;yarn.application.classpath&amp;lt;/name&amp;gt;&lt;BR /&gt;      &amp;lt;value&amp;gt;/etc/hadoop/conf,/usr/lib/hadoop/*,/usr/lib/hadoop/lib/*,/usr/lib/hadoop-hdfs/*,/usr/lib/hadoop-hdfs/lib/*,/usr/lib/hadoop-yarn/*,/usr/lib/hadoop-yarn/lib/*,/usr/lib/hadoop-mapreduce/*,/usr/lib/hadoop-mapreduce/lib/*&amp;lt;/value&amp;gt;&lt;BR /&gt;    &amp;lt;/property&amp;gt;&lt;BR /&gt;~Anand.</description>
      <pubDate>Fri, 16 May 2014 17:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333488#M102267</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-16T17:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: thiveInput throws error on MR job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333489#M102268</link>
      <description>Hi, 
&lt;BR /&gt;Hortonworks 2.1 is supported in talend v 5.5.0. 
&lt;BR /&gt; 
&lt;A href="https://jira.talendforge.org/browse/TDI-28751" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-28751&lt;/A&gt;. 
&lt;BR /&gt;Please refer to the Talend Open Studio for Big Data Installation and Upgrade Guide 54 
&lt;A href="https://help.talend.com/search/all?query=Supported+systems+and+databases&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;upported systems and databases&lt;/A&gt;. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 19 May 2014 08:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333489#M102268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-19T08:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: thiveInput throws error on MR job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333490#M102269</link>
      <description>Do you know when talend v 5.5.0 will be available?&lt;BR /&gt;Thanks,&lt;BR /&gt;Anand.</description>
      <pubDate>Mon, 19 May 2014 17:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333490#M102269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-19T17:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: thiveInput throws error on MR job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333491#M102270</link>
      <description>Thanks Sabrina.&lt;BR /&gt;I tested with Hortonworks V 2.0 and everything works fine.</description>
      <pubDate>Mon, 19 May 2014 19:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333491#M102270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-19T19:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: thiveInput throws error on MR job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333492#M102271</link>
      <description>Hi, 
&lt;BR /&gt;Our next release is scheduled for May / June.( talend open source 5.5.0/talend enterprise subscription 5.4.2). 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I tested with Hortonworks V 2.0 and everything works fine.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Thanks for your feedback. It's helpful for us. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 20 May 2014 05:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333492#M102271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-20T05:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: thiveInput throws error on MR job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333493#M102272</link>
      <description>Hi anandajothim, 
&lt;BR /&gt;Talend Open Studio's 5.5.0 release is available 
&lt;BR /&gt;Please refer to Announcement forum 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCtbzCAC" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Archive/Talend-Open-Studio-s-5-5-0-release-is-available/td-p/196092&lt;/A&gt;. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 28 May 2014 09:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/thiveInput-throws-error-on-MR-job/m-p/2333493#M102272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-28T09:09:09Z</dc:date>
    </item>
  </channel>
</rss>

