oozie service


3 Answer(s)


hi Randa,

Please follow these steps:
get http://extjs.com/deploy/ext-2.2.zip
cd /var/lib/oozie/

sudo chown oozie:oozie ext-2.2.zip

sudo -u oozie unzip ext-2.2.zip

Check Web Console
===================
http://localhost:11000/oozie/

Let us know if you face issues even after the above steps.

Didn't work. In Cloudera Manager, in Configuration, which directory should the "Oozie Server Log Directory" point at: /usr/lib/oozie/ OR /var/lib/oozie/ ???

Thanks,
randa

hi Randa,

Open firefox in VM, and click on the "Cloudera Manager" on the bookmark toolbar. Login using cloudera/cloudera, once logged in it will display "All services" page, where you can see the status of Oozie service. From your statement looks like Oozie service might not be running. Click on the "start"/"restart" from the drop down for Oozie service and try accessing Oozie url.

Thanks