<?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 Erorr SparkTask in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Erorr-SparkTask/m-p/2246672#M32126</link>
    <description>&lt;P&gt;Hello everyone&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using Talend Big Data Platform to implement ELT Jobs with Hive tables. The jobs run with Spark engine.&lt;/P&gt;
&lt;P&gt;I have a problem with a Hive on Spark job.&lt;/P&gt;
&lt;P&gt;The scope of the task is to join two tables (parquet) and then insert the output into another table (parquet).&lt;/P&gt;
&lt;P&gt;The job goes wrong but I am not able to interpet it.&lt;/P&gt;
&lt;P&gt;This is the error message:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[FATAL]: datahub_rp_cli.j_rp_cli_movimenti_0_1.J_RP_CLI_MOVIMENTI - tRunJob_2 Child job running failed&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[statistics] disconnected&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Exception in component tELTHiveOutput_9&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;java.sql.SQLException: Error while processing statement: FAILED: Execution Error, return code 3 from org.apache.hadoop.hive.ql.exec.spark.SparkTask&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.hive.jdbc.HiveStatement.execute(HiveStatement.java:279)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trying to find the solution online in the official documentation or forum, I understand that the errors SparkTask (with code 1 or 2 or 3 eccetera) are something like a 'wrapper' of java errors; however I cannot access to hive log because of denied permissions on the server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;So have you got a lists of causes that can originate somekind of java errors for Sparktask error code =3 ?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Thank you.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 06:39:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T06:39:37Z</dc:date>
    <item>
      <title>Erorr SparkTask</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Erorr-SparkTask/m-p/2246672#M32126</link>
      <description>&lt;P&gt;Hello everyone&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using Talend Big Data Platform to implement ELT Jobs with Hive tables. The jobs run with Spark engine.&lt;/P&gt;
&lt;P&gt;I have a problem with a Hive on Spark job.&lt;/P&gt;
&lt;P&gt;The scope of the task is to join two tables (parquet) and then insert the output into another table (parquet).&lt;/P&gt;
&lt;P&gt;The job goes wrong but I am not able to interpet it.&lt;/P&gt;
&lt;P&gt;This is the error message:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[FATAL]: datahub_rp_cli.j_rp_cli_movimenti_0_1.J_RP_CLI_MOVIMENTI - tRunJob_2 Child job running failed&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[statistics] disconnected&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Exception in component tELTHiveOutput_9&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;java.sql.SQLException: Error while processing statement: FAILED: Execution Error, return code 3 from org.apache.hadoop.hive.ql.exec.spark.SparkTask&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at org.apache.hive.jdbc.HiveStatement.execute(HiveStatement.java:279)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trying to find the solution online in the official documentation or forum, I understand that the errors SparkTask (with code 1 or 2 or 3 eccetera) are something like a 'wrapper' of java errors; however I cannot access to hive log because of denied permissions on the server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;So have you got a lists of causes that can originate somekind of java errors for Sparktask error code =3 ?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Thank you.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Erorr-SparkTask/m-p/2246672#M32126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Erorr SparkTask</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Erorr-SparkTask/m-p/2246673#M32127</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you please make sure that all required external jars in your job are installed successfully&amp;nbsp;in your studio? On which talend bigdata platform build version you got this issue?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 07:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Erorr-SparkTask/m-p/2246673#M32127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-28T07:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Erorr SparkTask</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Erorr-SparkTask/m-p/2246674#M32128</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I work with Talend Big Data Platform 6.3.1.&lt;/P&gt; 
&lt;P&gt;Where may I check if in Talend I have got all the right external Jars exactly installed?&lt;/P&gt; 
&lt;P&gt;However&amp;nbsp;I have succeeded in resolving the problem in this way:&lt;/P&gt; 
&lt;P&gt;The Hive ELT process got error SparkTask at the table that is partictioned&amp;nbsp; daily from 2011 to 2018; I tested the Talend ELT job for a subset of this partitioned table and then it&amp;nbsp;finished the execution well, without sparkTask error.&lt;/P&gt; 
&lt;P&gt;I imagine that I have to compute statistic for that table on hive, and so It is not a Talend software issue.&lt;/P&gt; 
&lt;P&gt;Thank you&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 08:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Erorr-SparkTask/m-p/2246674#M32128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-28T08:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Erorr SparkTask</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Erorr-SparkTask/m-p/2246675#M32129</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Great you could work on your solution.&lt;/P&gt; 
&lt;P&gt;Here is online documentation about:&lt;A title="TalendHelpCenter:Installing external modules " href="https://help.talend.com/reader/JkApNmyPZxs2i5tmdbS9Jg/_~m6mbqKFYcZD8fJz2BXlA" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Installing external modules &lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 09:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Erorr-SparkTask/m-p/2246675#M32129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-28T09:25:08Z</dc:date>
    </item>
  </channel>
</rss>

