<?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: &amp;quot;Failing Oozie Launcher - key not found: SPARK_HOME&amp;quot; running Spark (Python script) in in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/quot-Failing-Oozie-Launcher-key-not-found-SPARK-HOME-quot/m-p/46383#M25380</link>
    <description>&lt;P&gt;Hi aj,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes I did manage to solve it. Please, take a look at the following thread and see if it can be of help. It may seem a bit unrelated from the "test.py not found" issue, but it contains detailed info about how to specify all the needed parameters to let the whole thing run smoothly:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Batch-Processing-and-Workflow/Oozie-workflow-Spark-action-using-simple-Dataframe-quot-Table/m-p/40834" target="_self"&gt;http://community.cloudera.com/t5/Batch-Processing-and-Workflow/Oozie-workflow-Spark-action-using-simple-Dataframe-quot-Table/m-p/40834&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2016 20:40:55 GMT</pubDate>
    <dc:creator>FrozenWave</dc:creator>
    <dc:date>2016-10-17T20:40:55Z</dc:date>
    <item>
      <title>"Failing Oozie Launcher - key not found: SPARK_HOME" running Spark (Python script) in Oozie Workflow</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/quot-Failing-Oozie-Launcher-key-not-found-SPARK-HOME-quot/m-p/39830#M25374</link>
      <description>&lt;P&gt;Hello, I'm using CDH 5.5.1 with Spark 1.5.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm unsuccessfully trying to execute a simple Spark action (Python script) via Oozie. As for now I just want to be able to run something at all, the script is still a silly&amp;nbsp;example, it doesn't really do anything. It is as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;## IMOPORT FUNCTIONS
from pyspark.sql.functions import *

## CREATE MAIN DATAFRAME
eventi_DF = sqlContext.table("eventi")&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a simple Oozie Workflow from Hue GUI. I used the following settings for the Spark action:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;SPARK MASTER: yarn-cluster
MODE: cluster
APP NAME: MySpark
JARS / PY FILES: lib/test.py
MAIN CLASS: org.apache.spark.examples.mllib.JavaALS
ARGUMENTS: &amp;lt;No Arguments Defined&amp;gt;&lt;/PRE&gt;&lt;P&gt;I've uploaded the Script in HDFS under the Workspace "/user/hue/oozie/workspaces/hue-oozie-1460736691.98/lib" directory, and I'm sure it gets picked up (as just to understand it was meant to be put in this directory I had to work a little bit, fighting a "test.py" not found" exception, that now is not there anymore).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As of now, when I try to run the Workflow by pressing the "Play" button on GUI, this is what I get in the Action Logfile:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;gt;&amp;gt;&amp;gt; Invoking Spark class now &amp;gt;&amp;gt;&amp;gt;


&amp;lt;&amp;lt;&amp;lt; Invocation of Main class completed &amp;lt;&amp;lt;&amp;lt;

Failing Oozie Launcher, Main class [org.apache.oozie.action.hadoop.SparkMain], main() threw exception, key not found: SPARK_HOME
java.util.NoSuchElementException: key not found: SPARK_HOME
	at scala.collection.MapLike$class.default(MapLike.scala:228)
	at scala.collection.AbstractMap.default(Map.scala:58)
	at scala.collection.MapLike$class.apply(MapLike.scala:141)
	at scala.collection.AbstractMap.apply(Map.scala:58)
	at org.apache.spark.deploy.yarn.Client$$anonfun$findPySparkArchives$2.apply(Client.scala:943)
	at org.apache.spark.deploy.yarn.Client$$anonfun$findPySparkArchives$2.apply(Client.scala:942)
	at scala.Option.getOrElse(Option.scala:120)
	at org.apache.spark.deploy.yarn.Client.findPySparkArchives(Client.scala:942)
	at org.apache.spark.deploy.yarn.Client.createContainerLaunchContext(Client.scala:630)
	at org.apache.spark.deploy.yarn.Client.submitApplication(Client.scala:124)
	at org.apache.spark.deploy.yarn.Client.run(Client.scala:914)
	at org.apache.spark.deploy.yarn.Client$.main(Client.scala:973)
	at org.apache.spark.deploy.yarn.Client.main(Client.scala)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.spark.deploy.SparkSubmit$.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:672)
	at org.apache.spark.deploy.SparkSubmit$.doRunMain$1(SparkSubmit.scala:180)
	at org.apache.spark.deploy.SparkSubmit$.submit(SparkSubmit.scala:205)
	at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:120)
	at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)
	at org.apache.oozie.action.hadoop.SparkMain.runSpark(SparkMain.java:185)
	at org.apache.oozie.action.hadoop.SparkMain.run(SparkMain.java:176)
	at org.apache.oozie.action.hadoop.LauncherMain.run(LauncherMain.java:49)
	at org.apache.oozie.action.hadoop.SparkMain.main(SparkMain.java:46)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.oozie.action.hadoop.LauncherMapper.map(LauncherMapper.java:236)
	at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:54)
	at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:453)
	at org.apache.hadoop.mapred.MapTask.run(MapTask.java:343)
	at org.apache.hadoop.mapred.LocalContainerLauncher$EventHandler.runSubtask(LocalContainerLauncher.java:378)
	at org.apache.hadoop.mapred.LocalContainerLauncher$EventHandler.runTask(LocalContainerLauncher.java:296)
	at org.apache.hadoop.mapred.LocalContainerLauncher$EventHandler.access$200(LocalContainerLauncher.java:181)
	at org.apache.hadoop.mapred.LocalContainerLauncher$EventHandler$1.run(LocalContainerLauncher.java:224)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)

Oozie Launcher failed, finishing Hadoop job gracefully

Oozie Launcher, uploading action data to HDFS sequence file: hdfs://mnethdp01.glistencube.com:8020/user/admin/oozie-oozi/0000000-160416120358569-oozie-oozi-W/spark-3ba6--spark/action-data.seq

Oozie Launcher ends&lt;/PRE&gt;&lt;P&gt;Now, I guess the problem is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Failing Oozie Launcher, ... key not found: SPARK_HOME&lt;/PRE&gt;&lt;P&gt;I've been trying hard to set this SPARK_HOME Key in different places. Things I've tried include the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Modified Spark Config in Cloudera Manager and reloaded the Configuration:&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;Spark Service Environment Advanced Configuration Snippet (Safety Valve):
SPARK_HOME=/opt/cloudera/parcels/CDH-5.5.1-1.cdh5.5.1.p0.11/lib/spark&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Modified Oozie Config in Cloudera Manager and reloaded the Configuration:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Oozie Service Environment Advanced Configuration Snippet (Safety Valve)
SPARK_HOME=/opt/cloudera/parcels/CDH-5.5.1-1.cdh5.5.1.p0.11/lib/spark&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Used different ways of invoking the Spark Action inside the Spark Action Definition:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;SPARK MASTER: local[*]
SPARK MODE: client

SPARK MASTER: yarn-cluster
SPARK MODE: cluster

SPARK MASTER: yarn-client
SPARK MODE: client&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Modified the "/etc/alternatives/spark-conf/spark-defaults.conf" File manually, adding the following inside it (I did it just on one node, by the way):&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;spark.yarn.appMasterEnv.SPARK_HOME /opt/cloudera/parcels/CDH-5.5.1-1.cdh5.5.1.p0.11/lib/spark
spark.executorEnv.SPARK_HOME /opt/cloudera/parcels/CDH-5.5.1-1.cdh5.5.1.p0.11/lib/spark&lt;/PRE&gt;&lt;P&gt;All the above to no success. Apparently I'm not able to set the required key anywhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I doing wrong? Isn't this meant to be pretty straightforward? Thanks in advance&amp;nbsp;for any insights.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:14:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/quot-Failing-Oozie-Launcher-key-not-found-SPARK-HOME-quot/m-p/39830#M25374</guid>
      <dc:creator>FrozenWave</dc:creator>
      <dc:date>2022-09-16T10:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: "Failing Oozie Launcher - key not found: SPARK_HOME" running Spark (Python script) in</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/quot-Failing-Oozie-Launcher-key-not-found-SPARK-HOME-quot/m-p/40802#M25375</link>
      <description>For me, I had to add following Oozie workflow configuration:&lt;BR /&gt;oozie.launcher.yarn.app.mapreduce.am.env: SPARK_HOME=/opt/cloudera/parcels/CDH/lib/spark&lt;BR /&gt;&lt;BR /&gt;yes i know, they could have done better job than this.</description>
      <pubDate>Fri, 13 May 2016 00:34:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/quot-Failing-Oozie-Launcher-key-not-found-SPARK-HOME-quot/m-p/40802#M25375</guid>
      <dc:creator>ben123</dc:creator>
      <dc:date>2016-05-13T00:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: "Failing Oozie Launcher - key not found: SPARK_HOME" running Spark (Python script) in</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/quot-Failing-Oozie-Launcher-key-not-found-SPARK-HOME-quot/m-p/40812#M25376</link>
      <description>&lt;P&gt;Hi Ben, thanks a whole lot for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May I ask you where exactly you specified that setting?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- In the GUI, in some particular field?&lt;/P&gt;&lt;P&gt;- In "workflow.xml", in the Job's directory in HDFS? If yes: as an "arg", as a "property", or..?&lt;/P&gt;&lt;P&gt;- In "job.properties",&amp;nbsp;in the Job's directory in HDFS? If yes: how?&lt;/P&gt;&lt;P&gt;- In some other file? E.g. "/etc/alternatives/spark-conf/spark-defaults.conf"? If yes, how?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A snippet of your code would be extremely appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm asking you because I've tried all of the above with your suggestion but I did not succeed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your help&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 09:42:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/quot-Failing-Oozie-Launcher-key-not-found-SPARK-HOME-quot/m-p/40812#M25376</guid>
      <dc:creator>FrozenWave</dc:creator>
      <dc:date>2016-05-13T09:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: "Failing Oozie Launcher - key not found: SPARK_HOME" running Spark (Python script) in</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/quot-Failing-Oozie-Launcher-key-not-found-SPARK-HOME-quot/m-p/40813#M25377</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;either in your Hue Oozie workflow editor UI (workflow settings -&amp;gt; Hadoop Properties)&lt;/P&gt;&lt;P&gt;or on your workflow.xml&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;workflow-app name="Workflow name" xmlns="uri:oozie:workflow:0.5"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;global&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;configuration&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;oozie.launcher.yarn.app.mapreduce.am.env&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;SPARK_HOME=/opt/cloudera/parcels/CDH/lib/spark/&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/configuration&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/global&amp;gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 09:45:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/quot-Failing-Oozie-Launcher-key-not-found-SPARK-HOME-quot/m-p/40813#M25377</guid>
      <dc:creator>ben123</dc:creator>
      <dc:date>2016-05-13T09:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: "Failing Oozie Launcher - key not found: SPARK_HOME" running Spark (Python script) in</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/quot-Failing-Oozie-Launcher-key-not-found-SPARK-HOME-quot/m-p/40814#M25378</link>
      <description>&lt;P&gt;I got past this! Still no cigar, though. Now I have another error, but I'm going to work on this. It's something different now...&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, File file:/hdp01/yarn/nm/usercache/admin/appcache/application_1463068686660_0013/container_1463068686660_0013_01_000001/lib/test.py does not exist
java.io.FileNotFoundException: File file:/hdp01/yarn/nm/usercache/admin/appcache/application_1463068686660_0013/container_1463068686660_0013_01_000001/lib/test.py does not exist&lt;/PRE&gt;&lt;P&gt;Many thanks for your help. I'd never be able to figure this out by myself!&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 10:03:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/quot-Failing-Oozie-Launcher-key-not-found-SPARK-HOME-quot/m-p/40814#M25378</guid>
      <dc:creator>FrozenWave</dc:creator>
      <dc:date>2016-05-13T10:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: "Failing Oozie Launcher - key not found: SPARK_HOME" running Spark (Python script) in</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/quot-Failing-Oozie-Launcher-key-not-found-SPARK-HOME-quot/m-p/46377#M25379</link>
      <description>&lt;P&gt;I'm getting this error also. &amp;nbsp;Have you managed to solve it?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 20:12:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/quot-Failing-Oozie-Launcher-key-not-found-SPARK-HOME-quot/m-p/46377#M25379</guid>
      <dc:creator>aj</dc:creator>
      <dc:date>2016-10-17T20:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: "Failing Oozie Launcher - key not found: SPARK_HOME" running Spark (Python script) in</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/quot-Failing-Oozie-Launcher-key-not-found-SPARK-HOME-quot/m-p/46383#M25380</link>
      <description>&lt;P&gt;Hi aj,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes I did manage to solve it. Please, take a look at the following thread and see if it can be of help. It may seem a bit unrelated from the "test.py not found" issue, but it contains detailed info about how to specify all the needed parameters to let the whole thing run smoothly:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Batch-Processing-and-Workflow/Oozie-workflow-Spark-action-using-simple-Dataframe-quot-Table/m-p/40834" target="_self"&gt;http://community.cloudera.com/t5/Batch-Processing-and-Workflow/Oozie-workflow-Spark-action-using-simple-Dataframe-quot-Table/m-p/40834&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 20:40:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/quot-Failing-Oozie-Launcher-key-not-found-SPARK-HOME-quot/m-p/46383#M25380</guid>
      <dc:creator>FrozenWave</dc:creator>
      <dc:date>2016-10-17T20:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: "Failing Oozie Launcher - key not found: SPARK_HOME" running Spark (Python script) in</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/quot-Failing-Oozie-Launcher-key-not-found-SPARK-HOME-quot/m-p/46384#M25381</link>
      <description>&lt;P&gt;Ah, my error was not using HDFS: for the .py. &amp;nbsp;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 21:18:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/quot-Failing-Oozie-Launcher-key-not-found-SPARK-HOME-quot/m-p/46384#M25381</guid>
      <dc:creator>aj</dc:creator>
      <dc:date>2016-10-17T21:18:31Z</dc:date>
    </item>
  </channel>
</rss>

