Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Hue does not know about oozie

avatar
Contributor

Dear Colleagues,

 

I#m not able to use oozie in Hue, due to oozie_url (liboozie) is not correct (http:///oozie) .

Oozie server is running and i've also restarted hue. But Hue don't grab oozie-server (

Oozie Editor/DashboardThe app won't work without a running Oozie server)

 

If i set the url in "/run/cloudera-scm-agent/process/1122-hue-HUE_SERVER" and restart Hue, then a new file is created without changes.

 

Do have any solution to set oozie_url or get the stuff working?

 

Best regards,

 Sebastian

2 ACCEPTED SOLUTIONS

avatar
Contributor

Hi!

You shouldn't modify directly the hue.ini file but configure it via Cloudera Manager (that's why it gets rewritten every time).

Which value do you have there for the Oozie server?

More info: http://gethue.com/how-to-configure-hue-in-your-hadoop-cluster/

View solution in original post

avatar
Contributor
Hi,

it works. I've added the following to "Hue Service → Configuration → Service-Wide → Advanced → Hue Service Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini":

[liboozie]
oozie_url=http://<hostname>:11000/oozie

View solution in original post

4 REPLIES 4

avatar
Contributor

Hi!

You shouldn't modify directly the hue.ini file but configure it via Cloudera Manager (that's why it gets rewritten every time).

Which value do you have there for the Oozie server?

More info: http://gethue.com/how-to-configure-hue-in-your-hadoop-cluster/

avatar
Contributor
Hi,

it works. I've added the following to "Hue Service → Configuration → Service-Wide → Advanced → Hue Service Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini":

[liboozie]
oozie_url=http://<hostname>:11000/oozie

avatar
Super Guru
If you use CM, could you check in the Hue configuration that there is
nothing in the "safety valve for hue.ini'?

Could you also confirm the error you are seeing in Hue logs (on the /logs
page)?

avatar
Contributor

there is:

[desktop]
app_blacklist=

[liboozie]
oozie_url=http://<hostname>:11000/oozie

which i added to get it working.