<?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: Facing Issues with Spark Context Initialization Using Spark Big Data Batch Job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Facing-Issues-with-Spark-Context-Initialization-Using-Spark-Big/m-p/2315559#M86202</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;It is a spark batch job? Is your&amp;nbsp;cluster correctly configured? Is our connection from the repository? More information will be helpful for to address your issue. Screenshots will be preferred.&lt;/P&gt; 
&lt;P&gt;Note: Please mask your sensitive data.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Fri, 25 Aug 2017 09:00:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-25T09:00:58Z</dc:date>
    <item>
      <title>Facing Issues with Spark Context Initialization Using Spark Big Data Batch Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-Issues-with-Spark-Context-Initialization-Using-Spark-Big/m-p/2315558#M86201</link>
      <description>&lt;P&gt;We have been facing severe issues with connecting to Cloudera Cluster from Talend Big Data Spark Job. We have been getting this error:&lt;/P&gt; 
&lt;P&gt;Our job is being submitted to spark, but we are wondering if we are missing any spark configuration parameters&amp;nbsp; missing from Talend end.&lt;/P&gt; 
&lt;P&gt;Talend version using: 6.3.1&lt;/P&gt; 
&lt;P&gt;Cloudera Version: 5.12&lt;/P&gt; 
&lt;P&gt;Any suggestions would be of great help.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Starting job test_spark at 01:42 24/08/2017.&lt;BR /&gt;&lt;BR /&gt;[statistics] connecting to socket on port 3728&lt;BR /&gt;[statistics] connected&lt;BR /&gt;SLF4J: Class path contains multiple SLF4J bindings.&lt;BR /&gt;SLF4J: Found binding in [jar:file:/C:/Talend/6.3.1/Talend-Studio-20161216_1026-V6.3.1/Talend-Studio-20161216_1026-V6.3.1/workspace/.Java/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]&lt;BR /&gt;SLF4J: Found binding in [jar:file:/C:/Talend/6.3.1/Talend-Studio-20161216_1026-V6.3.1/Talend-Studio-20161216_1026-V6.3.1/workspace/.Java/lib/talend-spark-assembly-1.6.0-cdh5.8.1-hadoop2.6.0-cdh5.8.1-with-hive.jar!/org/slf4j/impl/StaticLoggerBinder.class]&lt;BR /&gt;SLF4J: See &lt;A href="http://www.slf4j.org/codes.html#multiple_bindings" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.slf4j.org/codes.html#multiple_bindings&lt;/A&gt; for an explanation.&lt;BR /&gt;SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]&lt;BR /&gt;[WARN ]: org.apache.spark.SparkConf - In Spark 1.0 and later spark.local.dir will be overridden by the value set by the cluster manager (via SPARK_LOCAL_DIRS in mesos/standalone and LOCAL_DIRS in YARN).&lt;BR /&gt;[WARN ]: org.apache.hadoop.util.NativeCodeLoader - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable&lt;BR /&gt;[ERROR]: org.apache.spark.SparkContext - Error initializing SparkContext.&lt;BR /&gt;org.apache.spark.SparkException: Yarn application has already ended! It might have been killed or unable to launch application master.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.apache.spark.scheduler.cluster.YarnClientSchedulerBackend.waitForApplication(YarnClientSchedulerBackend.scala:124)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.apache.spark.scheduler.cluster.YarnClientSchedulerBackend.start(YarnClientSchedulerBackend.scala:64)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.apache.spark.scheduler.TaskSchedulerImpl.start(TaskSchedulerImpl.scala:144)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.apache.spark.SparkContext.&amp;lt;init&amp;gt;(SparkContext.scala:541)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.apache.spark.api.java.JavaSparkContext.&amp;lt;init&amp;gt;(JavaSparkContext.scala:59)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at big_data.test_spark_0_1.test_spark.runJobInTOS(test_spark.java:1487)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at big_data.test_spark_0_1.test_spark.main(test_spark.java:1374)&lt;BR /&gt;[WARN ]: org.apache.spark.metrics.MetricsSystem - Stopping a MetricsSystem that is not running&lt;BR /&gt;org.apache.spark.SparkException: Yarn application has already ended! It might have been killed or unable to launch application master.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.apache.spark.scheduler.cluster.YarnClientSchedulerBackend.waitForApplication(YarnClientSchedulerBackend.scala:124)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.apache.spark.scheduler.cluster.YarnClientSchedulerBackend.start(YarnClientSchedulerBackend.scala:64)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.apache.spark.scheduler.TaskSchedulerImpl.start(TaskSchedulerImpl.scala:144)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.apache.spark.SparkContext.&amp;lt;init&amp;gt;(SparkContext.scala:541)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at org.apache.spark.api.java.JavaSparkContext.&amp;lt;init&amp;gt;(JavaSparkContext.scala:59)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at big_data.test_spark_0_1.test_spark.runJobInTOS(test_spark.java:1487)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at big_data.test_spark_0_1.test_spark.main(test_spark.java:1374)&lt;BR /&gt;Exception in thread "main" java.lang.RuntimeException: TalendJob: 'test_spark' - Failed with exit code: 1.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at big_data.test_spark_0_1.test_spark.main(test_spark.java:1384)&lt;BR /&gt;[ERROR]: big_data.test_spark_0_1.test_spark - TalendJob: 'test_spark' - Failed with exit code: 1.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-Issues-with-Spark-Context-Initialization-Using-Spark-Big/m-p/2315558#M86201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Facing Issues with Spark Context Initialization Using Spark Big Data Batch Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-Issues-with-Spark-Context-Initialization-Using-Spark-Big/m-p/2315559#M86202</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;It is a spark batch job? Is your&amp;nbsp;cluster correctly configured? Is our connection from the repository? More information will be helpful for to address your issue. Screenshots will be preferred.&lt;/P&gt; 
&lt;P&gt;Note: Please mask your sensitive data.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 09:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-Issues-with-Spark-Context-Initialization-Using-Spark-Big/m-p/2315559#M86202</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-25T09:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Facing Issues with Spark Context Initialization Using Spark Big Data Batch Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-Issues-with-Spark-Context-Initialization-Using-Spark-Big/m-p/2315560#M86203</link>
      <description>&lt;P&gt;Hi xdshi ,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Yes , it is a spark&lt;STRONG&gt; batch&lt;/STRONG&gt; job.&lt;/P&gt; 
&lt;P&gt;My Cluster is configured correctly . Here I have attached screen shot for reference .&lt;/P&gt; 
&lt;P&gt;I am able to run map-reduce job using this cluster configuration (I am using cloudera distribution.)&lt;/P&gt; 
&lt;P&gt;I am facing issue when trying to run Spark batch job.&lt;/P&gt; 
&lt;P&gt;I have attached screen shots which describe my job, spark configuration, error. Please help me out .&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ls64"&gt;Screenshot (17).png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ls5M"&gt;Screenshot (18).png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lrvd"&gt;Screenshot (19).png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ls6r"&gt;Screenshot (20).png&lt;/A&gt;</description>
      <pubDate>Fri, 25 Aug 2017 09:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-Issues-with-Spark-Context-Initialization-Using-Spark-Big/m-p/2315560#M86203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-25T09:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Facing Issues with Spark Context Initialization Using Spark Big Data Batch Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-Issues-with-Spark-Context-Initialization-Using-Spark-Big/m-p/2315561#M86204</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am suffering from the same problem , can zou please tell me how did zou solve it _&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 10:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-Issues-with-Spark-Context-Initialization-Using-Spark-Big/m-p/2315561#M86204</guid>
      <dc:creator>aisbel</dc:creator>
      <dc:date>2017-11-03T10:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Facing Issues with Spark Context Initialization Using Spark Big Data Batch Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-Issues-with-Spark-Context-Initialization-Using-Spark-Big/m-p/2315562#M86205</link>
      <description>&lt;P&gt;Can you please tell us how did you sove this problem&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 11:16:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-Issues-with-Spark-Context-Initialization-Using-Spark-Big/m-p/2315562#M86205</guid>
      <dc:creator>aisbel</dc:creator>
      <dc:date>2017-12-06T11:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Facing Issues with Spark Context Initialization Using Spark Big Data Batch Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-Issues-with-Spark-Context-Initialization-Using-Spark-Big/m-p/2315563#M86206</link>
      <description>&lt;P&gt;Hi siddarthaartha,&lt;BR /&gt;&lt;BR /&gt;Could you share your solution to this problem please?&lt;/P&gt;
&lt;P&gt;Currently, I am facing the same problem as you have mentioned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 09:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-Issues-with-Spark-Context-Initialization-Using-Spark-Big/m-p/2315563#M86206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-11T09:01:41Z</dc:date>
    </item>
  </channel>
</rss>

