<?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 Unable to deploy Spark jobs with Oozie. in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-deploy-Spark-jobs-with-Oozie/m-p/103684#M46271</link>
    <description>&lt;P&gt;
	I need to run 24/7 a (java) spark application in my cluster, for this task Oozie seems to be a good option.&lt;/P&gt;&lt;P&gt;
	I wrote a workflow and a properties file, however when I try to run it I get the message &lt;EM&gt;configuration is not specified&lt;/EM&gt; although I specify it and the path provided is a local path in the machine where this is being executed. So:&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;
	&lt;EM&gt;The file and path exists:&lt;/EM&gt;&lt;/P&gt;
&lt;PRE&gt;[oozie@hdpgw01 tst]$ ls /home/oozie/tst/job.properties
/home/oozie/tst/job.properties
&lt;/PRE&gt;&lt;P style="margin-left: 20px;"&gt;
	&lt;EM&gt;Trying to submit without and with oozie server in the command:&lt;/EM&gt;&lt;/P&gt;
&lt;PRE&gt;[oozie@hdpgw01 tst]$ oozie job –config /home/oozie/tst/job.properties -submit
java.io.IOException: configuration is not specified
        at org.apache.oozie.cli.OozieCLI.getConfiguration(OozieCLI.java:816)
        at org.apache.oozie.cli.OozieCLI.jobCommand(OozieCLI.java:981)
        at org.apache.oozie.cli.OozieCLI.processCommand(OozieCLI.java:686)
        at org.apache.oozie.cli.OozieCLI.run(OozieCLI.java:639)
        at org.apache.oozie.cli.OozieCLI.main(OozieCLI.java:225)
configuration is not specified
[oozie@hdpgw01 tst]$ oozie job -oozie hdpgw01:11000/oozie –config /home/oozie/tst/job.properties -submit
java.io.IOException: configuration is not specified
        at org.apache.oozie.cli.OozieCLI.getConfiguration(OozieCLI.java:816)
        at org.apache.oozie.cli.OozieCLI.jobCommand(OozieCLI.java:981)
        at org.apache.oozie.cli.OozieCLI.processCommand(OozieCLI.java:686)
        at org.apache.oozie.cli.OozieCLI.run(OozieCLI.java:639)
        at org.apache.oozie.cli.OozieCLI.main(OozieCLI.java:225)
configuration is not specified
&lt;/PRE&gt;&lt;P style="margin-left: 20px;"&gt;
	&lt;EM&gt;Trying to run without and with oozie server in the command:&lt;/EM&gt;&lt;/P&gt;
&lt;PRE&gt;[oozie@hdpgw01 tst]$ oozie job –config /home/oozie/tst/job.properties -run
java.io.IOException: configuration is not specified
        at org.apache.oozie.cli.OozieCLI.getConfiguration(OozieCLI.java:816)
        at org.apache.oozie.cli.OozieCLI.jobCommand(OozieCLI.java:1055)
        at org.apache.oozie.cli.OozieCLI.processCommand(OozieCLI.java:686)
        at org.apache.oozie.cli.OozieCLI.run(OozieCLI.java:639)
        at org.apache.oozie.cli.OozieCLI.main(OozieCLI.java:225)
configuration is not specified
[oozie@hdpgw01 tst]$ oozie job -oozie hdpgw01:11000/oozie –config /home/oozie/tst/job.properties -run
java.io.IOException: configuration is not specified
        at org.apache.oozie.cli.OozieCLI.getConfiguration(OozieCLI.java:816)
        at org.apache.oozie.cli.OozieCLI.jobCommand(OozieCLI.java:1055)
        at org.apache.oozie.cli.OozieCLI.processCommand(OozieCLI.java:686)
        at org.apache.oozie.cli.OozieCLI.run(OozieCLI.java:639)
        at org.apache.oozie.cli.OozieCLI.main(OozieCLI.java:225)
configuration is not specified
&lt;/PRE&gt;&lt;P style="margin-left: 20px;"&gt;
	&lt;EM&gt;Even if I use some crazy path here I get the same result:&lt;/EM&gt;&lt;/P&gt;
&lt;PRE&gt;[oozie@hdpgw01 tst]$ oozie job -oozie hdpgw01:11000/oozie –config /home205723984u34oith3ot3/oozie/tst/job.properties -run
java.io.IOException: configuration is not specified
        at org.apache.oozie.cli.OozieCLI.getConfiguration(OozieCLI.java:816)
        at org.apache.oozie.cli.OozieCLI.jobCommand(OozieCLI.java:1055)
        at org.apache.oozie.cli.OozieCLI.processCommand(OozieCLI.java:686)
        at org.apache.oozie.cli.OozieCLI.run(OozieCLI.java:639)
        at org.apache.oozie.cli.OozieCLI.main(OozieCLI.java:225)
configuration is not specified
&lt;/PRE&gt;&lt;P&gt;Is Oozie the best tool for this task? I am missing up something?&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2016 21:12:34 GMT</pubDate>
    <dc:creator>joseluis_navar1</dc:creator>
    <dc:date>2016-11-15T21:12:34Z</dc:date>
    <item>
      <title>Unable to deploy Spark jobs with Oozie.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-deploy-Spark-jobs-with-Oozie/m-p/103684#M46271</link>
      <description>&lt;P&gt;
	I need to run 24/7 a (java) spark application in my cluster, for this task Oozie seems to be a good option.&lt;/P&gt;&lt;P&gt;
	I wrote a workflow and a properties file, however when I try to run it I get the message &lt;EM&gt;configuration is not specified&lt;/EM&gt; although I specify it and the path provided is a local path in the machine where this is being executed. So:&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;
	&lt;EM&gt;The file and path exists:&lt;/EM&gt;&lt;/P&gt;
&lt;PRE&gt;[oozie@hdpgw01 tst]$ ls /home/oozie/tst/job.properties
/home/oozie/tst/job.properties
&lt;/PRE&gt;&lt;P style="margin-left: 20px;"&gt;
	&lt;EM&gt;Trying to submit without and with oozie server in the command:&lt;/EM&gt;&lt;/P&gt;
&lt;PRE&gt;[oozie@hdpgw01 tst]$ oozie job –config /home/oozie/tst/job.properties -submit
java.io.IOException: configuration is not specified
        at org.apache.oozie.cli.OozieCLI.getConfiguration(OozieCLI.java:816)
        at org.apache.oozie.cli.OozieCLI.jobCommand(OozieCLI.java:981)
        at org.apache.oozie.cli.OozieCLI.processCommand(OozieCLI.java:686)
        at org.apache.oozie.cli.OozieCLI.run(OozieCLI.java:639)
        at org.apache.oozie.cli.OozieCLI.main(OozieCLI.java:225)
configuration is not specified
[oozie@hdpgw01 tst]$ oozie job -oozie hdpgw01:11000/oozie –config /home/oozie/tst/job.properties -submit
java.io.IOException: configuration is not specified
        at org.apache.oozie.cli.OozieCLI.getConfiguration(OozieCLI.java:816)
        at org.apache.oozie.cli.OozieCLI.jobCommand(OozieCLI.java:981)
        at org.apache.oozie.cli.OozieCLI.processCommand(OozieCLI.java:686)
        at org.apache.oozie.cli.OozieCLI.run(OozieCLI.java:639)
        at org.apache.oozie.cli.OozieCLI.main(OozieCLI.java:225)
configuration is not specified
&lt;/PRE&gt;&lt;P style="margin-left: 20px;"&gt;
	&lt;EM&gt;Trying to run without and with oozie server in the command:&lt;/EM&gt;&lt;/P&gt;
&lt;PRE&gt;[oozie@hdpgw01 tst]$ oozie job –config /home/oozie/tst/job.properties -run
java.io.IOException: configuration is not specified
        at org.apache.oozie.cli.OozieCLI.getConfiguration(OozieCLI.java:816)
        at org.apache.oozie.cli.OozieCLI.jobCommand(OozieCLI.java:1055)
        at org.apache.oozie.cli.OozieCLI.processCommand(OozieCLI.java:686)
        at org.apache.oozie.cli.OozieCLI.run(OozieCLI.java:639)
        at org.apache.oozie.cli.OozieCLI.main(OozieCLI.java:225)
configuration is not specified
[oozie@hdpgw01 tst]$ oozie job -oozie hdpgw01:11000/oozie –config /home/oozie/tst/job.properties -run
java.io.IOException: configuration is not specified
        at org.apache.oozie.cli.OozieCLI.getConfiguration(OozieCLI.java:816)
        at org.apache.oozie.cli.OozieCLI.jobCommand(OozieCLI.java:1055)
        at org.apache.oozie.cli.OozieCLI.processCommand(OozieCLI.java:686)
        at org.apache.oozie.cli.OozieCLI.run(OozieCLI.java:639)
        at org.apache.oozie.cli.OozieCLI.main(OozieCLI.java:225)
configuration is not specified
&lt;/PRE&gt;&lt;P style="margin-left: 20px;"&gt;
	&lt;EM&gt;Even if I use some crazy path here I get the same result:&lt;/EM&gt;&lt;/P&gt;
&lt;PRE&gt;[oozie@hdpgw01 tst]$ oozie job -oozie hdpgw01:11000/oozie –config /home205723984u34oith3ot3/oozie/tst/job.properties -run
java.io.IOException: configuration is not specified
        at org.apache.oozie.cli.OozieCLI.getConfiguration(OozieCLI.java:816)
        at org.apache.oozie.cli.OozieCLI.jobCommand(OozieCLI.java:1055)
        at org.apache.oozie.cli.OozieCLI.processCommand(OozieCLI.java:686)
        at org.apache.oozie.cli.OozieCLI.run(OozieCLI.java:639)
        at org.apache.oozie.cli.OozieCLI.main(OozieCLI.java:225)
configuration is not specified
&lt;/PRE&gt;&lt;P&gt;Is Oozie the best tool for this task? I am missing up something?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 21:12:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-deploy-Spark-jobs-with-Oozie/m-p/103684#M46271</guid>
      <dc:creator>joseluis_navar1</dc:creator>
      <dc:date>2016-11-15T21:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to deploy Spark jobs with Oozie.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-deploy-Spark-jobs-with-Oozie/m-p/103685#M46272</link>
      <description>&lt;P&gt;This was already answered in &lt;A href="http://stackoverflow.com/questions/40611178/unable-to-deploy-spark-jobs-using-oozie"&gt;stackoverflow&lt;/A&gt;.

For some reason I there were two different type of dash character in the command I wrote.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 21:59:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-deploy-Spark-jobs-with-Oozie/m-p/103685#M46272</guid>
      <dc:creator>joseluis_navar1</dc:creator>
      <dc:date>2016-11-15T21:59:47Z</dc:date>
    </item>
  </channel>
</rss>

