<?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 Spark as YARN Client in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Spark-as-YARN-Client/m-p/2218192#M13488</link>
    <description>Hello everyone,
&lt;BR /&gt;I'm currently managing a Hortonworks HDP cluster and I'm testing Talend Big Data licence evaluation.
&lt;BR /&gt;I would like to test the Spark components with my cluster.
&lt;BR /&gt;When I set in the Spark connection the "YARN Client" client, the component is asking me a .jar as configuration file.
&lt;BR /&gt;Do you know where I can find/generate such a jar file?
&lt;BR /&gt;Thank you.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Orlando</description>
    <pubDate>Sat, 16 Nov 2024 11:16:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T11:16:44Z</dc:date>
    <item>
      <title>Spark as YARN Client</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Spark-as-YARN-Client/m-p/2218192#M13488</link>
      <description>Hello everyone,
&lt;BR /&gt;I'm currently managing a Hortonworks HDP cluster and I'm testing Talend Big Data licence evaluation.
&lt;BR /&gt;I would like to test the Spark components with my cluster.
&lt;BR /&gt;When I set in the Spark connection the "YARN Client" client, the component is asking me a .jar as configuration file.
&lt;BR /&gt;Do you know where I can find/generate such a jar file?
&lt;BR /&gt;Thank you.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Orlando</description>
      <pubDate>Sat, 16 Nov 2024 11:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Spark-as-YARN-Client/m-p/2218192#M13488</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Spark as YARN Client</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Spark-as-YARN-Client/m-p/2218193#M13489</link>
      <description>Hi Orlando, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;When I set in the Spark connection the "YARN Client" client, the component is asking me a .jar as configuration file.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;For this field, you need to browse to the local jar file that contains the configuration of the Yarn service to be used. 
&lt;BR /&gt;The configuration files that must present in this jar file are: 
&lt;I&gt; core-site.xml, hdfs-site.xml, mapred-site.xml, yarn-site.xml.&lt;/I&gt; 
&lt;BR /&gt;&amp;nbsp;Note: You can press F1 (focus your mouse on tSparkConnection)to find the related component reference of tSparkConnection. 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/55433/1.png_20150326-0901.png" /&gt;</description>
      <pubDate>Thu, 26 Mar 2015 08:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Spark-as-YARN-Client/m-p/2218193#M13489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-26T08:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Spark as YARN Client</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Spark-as-YARN-Client/m-p/2218194#M13490</link>
      <description>Hi,&lt;BR /&gt;Even i have tried building the jar file but its not working for me. Any luck for you?&lt;BR /&gt;If so could you please help me how to build the jar file??&lt;BR /&gt;I have these 4 xml files on the edge node. i packaged them in jar file. But its not working. Anything else i have to do?&lt;BR /&gt;Regards,&lt;BR /&gt;Shanker</description>
      <pubDate>Thu, 16 Jul 2015 22:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Spark-as-YARN-Client/m-p/2218194#M13490</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-16T22:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Spark as YARN Client</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Spark-as-YARN-Client/m-p/2218195#M13491</link>
      <description>Hi Shanker, 
&lt;BR /&gt;I didn't manage to get it work. I'm managing a Hortonwork's distribution of Hadoop. 
&lt;BR /&gt;I had to change ${hdp.version} to 2.2.4.2-2 (or your version here) in the mapred-site.xml. 
&lt;BR /&gt;Now my job is deployed but failed after a few seconds with this error : 
&lt;BR /&gt;Exception in thread "main" java.lang.IllegalArgumentException: Invalid ContainerId: container_e157_1443206132389_0129_01_000001 
&lt;BR /&gt;... 
&lt;BR /&gt;Caused by: java.lang.NumberFormatException: For input string: "e157" 
&lt;BR /&gt;... 
&lt;BR /&gt; ... 11 more 
&lt;BR /&gt;I'm still looking for a solution. 
&lt;BR /&gt;Cheers, 
&lt;BR /&gt;Orlando</description>
      <pubDate>Mon, 28 Sep 2015 15:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Spark-as-YARN-Client/m-p/2218195#M13491</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-28T15:08:17Z</dc:date>
    </item>
  </channel>
</rss>

