Hello, thank you for your responses. I am now getting the error:
org.apache.oozie.action.ActionExecutorException: JA009: Cannot initialize Cluster. Please check your configuration for mapreduce.framework.name and the correspond server addresses. I am successfully submitting a job, but when I call the "-info" I get the above error. I've set the libpath as stated below, and I've copied everything in my hadoop conf directory to the oozie conf/hadoop-conf directory My job.properties has the path set to the nameNode and the jobTracker (there is no more jobTracker in Hadoop 2 though, right? so maybe this should be changed to resourceManager at some point) ________________________________________ From: Shwetha GS <[email protected]> Sent: Monday, September 22, 2014 12:01 AM To: [email protected] Subject: Re: Run oozie outside of cluster? In addition to this, you also need to copy the corresponding hadoop confs to <oozie dire>/conf/hadoop-conf On Wed, Sep 17, 2014 at 11:04 AM, Shwetha GS <[email protected]> wrote: > You can set oozie.service.WorkflowAppService.system.libpath property with > the complete path with hdfs endpoint in oozie-site.xml like: > <property> > <name>oozie.service.WorkflowAppService.system.libpath</name> > <value>hdfs://<host>:<port>/user/${user.name}/share/lib</value> > <description> > System library path to use for workflow applications. > This path is added to workflow application if their job > properties sets > the property 'oozie.use.system.libpath' to true. > </description> > </property> > > > > On Wed, Sep 17, 2014 at 5:58 AM, Sean Bollin < > [email protected]> wrote: > >> ?Can you run an oozie server outside of your Hadoop cluster? As long as >> it has access to the ResourceManager? >> >> >> I was able to successfully use Oozie that is installed on our Horton >> Dataworks Platform cluster. >> >> >> However, when I tried to install a stand-alone oozie server *outside* of >> the HDP cluster, I had some problems with it knowing which HDFS to use for >> the shared jars. >> >> >> Thanks! >> > > -- _____________________________________________________________ The information contained in this communication is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it. It may contain confidential or legally privileged information. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by responding to this email and then delete it from your system. The firm is neither liable for the proper and complete transmission of the information contained in this communication nor for any delay in its receipt.
