<?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>question Re: Running Spark in Oozie using yarn-cluster in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Running-Spark-in-Oozie-using-yarn-cluster/m-p/33770#M26326</link>
    <description>&lt;P&gt;Thanks for the reply, i've solved this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the workflow setting of Hue Oozie, under variables add oozie-libpath and value is the full path of the jar.&lt;/P&gt;&lt;P&gt;In the jars option just specify the name of the jar. It works&lt;/P&gt;</description>
    <pubDate>Wed, 04 Nov 2015 12:01:54 GMT</pubDate>
    <dc:creator>sonups3</dc:creator>
    <dc:date>2015-11-04T12:01:54Z</dc:date>
    <item>
      <title>Running Spark in Oozie using yarn-cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Running-Spark-in-Oozie-using-yarn-cluster/m-p/32739#M26324</link>
      <description>&lt;P&gt;Getting the below error on submitting spark wordcount job from hue oozie. Please help to resolve this, Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Failing Oozie Launcher, Main class [org.apache.oozie.action.hadoop.SparkMain], main() threw exception, Job aborted due to stage failure: Task 0 in stage 0.0 failed 4 times, most recent failure: Lost task 0.3 in stage 0.0 (TID 6, mbda3node06.it.three.co.uk): java.lang.ClassNotFoundException: com.oreilly.learningsparkexamples.mini.java.WordCount$1
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at org.apache.spark.serializer.JavaDeserializationStream$$anon$1.resolveClass(JavaSerializer.scala:65)
	at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1613)
	at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1518)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1774)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:43:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Running-Spark-in-Oozie-using-yarn-cluster/m-p/32739#M26324</guid>
      <dc:creator>sonups3</dc:creator>
      <dc:date>2022-09-16T09:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Running Spark in Oozie using yarn-cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Running-Spark-in-Oozie-using-yarn-cluster/m-p/33701#M26325</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you missed to add &amp;lt;jar&amp;gt; under spark action. If you have &amp;lt;jar&amp;gt; but still facing the issue, please post your worlflow xml.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 21:49:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Running-Spark-in-Oozie-using-yarn-cluster/m-p/33701#M26325</guid>
      <dc:creator>SivaBollineni</dc:creator>
      <dc:date>2015-11-02T21:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Running Spark in Oozie using yarn-cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Running-Spark-in-Oozie-using-yarn-cluster/m-p/33770#M26326</link>
      <description>&lt;P&gt;Thanks for the reply, i've solved this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the workflow setting of Hue Oozie, under variables add oozie-libpath and value is the full path of the jar.&lt;/P&gt;&lt;P&gt;In the jars option just specify the name of the jar. It works&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 12:01:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Running-Spark-in-Oozie-using-yarn-cluster/m-p/33770#M26326</guid>
      <dc:creator>sonups3</dc:creator>
      <dc:date>2015-11-04T12:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Running Spark in Oozie using yarn-cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Running-Spark-in-Oozie-using-yarn-cluster/m-p/34254#M26327</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running a spark job but it fails.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have added the oozie-libpath as well.&lt;/P&gt;&lt;P&gt;Still it is unable to locate my jar.&lt;/P&gt;&lt;P&gt;Could you please help.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/12375"&gt;@sonups3&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Thanks for the reply, i've solved this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the workflow setting of Hue Oozie, under variables add oozie-libpath and value is the full path of the jar.&lt;/P&gt;&lt;P&gt;In the jars option just specify the name of the jar. It works&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2015 13:54:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Running-Spark-in-Oozie-using-yarn-cluster/m-p/34254#M26327</guid>
      <dc:creator>syadav</dc:creator>
      <dc:date>2015-11-20T13:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Running Spark in Oozie using yarn-cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Running-Spark-in-Oozie-using-yarn-cluster/m-p/37796#M26328</link>
      <description>&lt;P&gt;did you fix this issue?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 19:30:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Running-Spark-in-Oozie-using-yarn-cluster/m-p/37796#M26328</guid>
      <dc:creator>zlpmichelle</dc:creator>
      <dc:date>2016-02-24T19:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Running Spark in Oozie using yarn-cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Running-Spark-in-Oozie-using-yarn-cluster/m-p/37816#M26329</link>
      <description>&lt;P&gt;Dear, I met the same issue, can you explain detailed what you did to fix? Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 21:38:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Running-Spark-in-Oozie-using-yarn-cluster/m-p/37816#M26329</guid>
      <dc:creator>zlpmichelle</dc:creator>
      <dc:date>2016-02-24T21:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Running Spark in Oozie using yarn-cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Running-Spark-in-Oozie-using-yarn-cluster/m-p/37817#M26330</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear sonups3, I met the same issue, can you explain detailed what you did to fix? Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 21:38:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Running-Spark-in-Oozie-using-yarn-cluster/m-p/37817#M26330</guid>
      <dc:creator>zlpmichelle</dc:creator>
      <dc:date>2016-02-24T21:38:36Z</dc:date>
    </item>
  </channel>
</rss>

