Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to see beyond 100 completed oozie workflows

avatar
Expert Contributor

Hello,

By default the Oozie workflow dashboard in Hue (Workflows > Dashboard > Workflows) shows 100 completed entries. Is there a way to see more than 100 entries on this screen, or to get to the details (e.g. in order to re-run a failed workflow) for entries beyond the 100 cut off point?

 

Thanks,

Martin

 

1 ACCEPTED SOLUTION

avatar
Super Guru
No 😉

[oozie]
oozie_jobs_count=1000

*Note:* To override a value in Cloudera Manager, you need to enter verbatim
each mini section from below into the Hue Safety Valve
:
Hue Service → Configuration → Service-Wide → Advanced → Hue Service
Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini

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

View solution in original post

6 REPLIES 6

avatar
Super Guru
Right now you can bump the number:
https://github.com/cloudera/hue/blob/master/desktop/conf.dist/hue.ini#L805

Then in the next release https://issues.cloudera.org/browse/HUE-1834 will
bring pagination

Romain

avatar
Expert Contributor

Hi Romain, thanks for your response.

Unfortunatelly that didn't work, I uncommented that line (under /etc/hue/conf/hue.ini) and changed to 500. This had no effect.

Also wanted to check using the dump_config, but http://hue:port/dump_config is giving page me not found.

 

This is on CDH 5.3.1.

 

Thanks,

Martin

avatar
Super Guru
It is desktop/dump_config

avatar
Expert Contributor

Ah, my bad, thanks.
That shows oozie_jobs_count = 100, so obviously the change is not picked up. Is /etc/hue/conf/hue.ini the right file (CM is being used)?

avatar
Super Guru
No 😉

[oozie]
oozie_jobs_count=1000

*Note:* To override a value in Cloudera Manager, you need to enter verbatim
each mini section from below into the Hue Safety Valve
:
Hue Service → Configuration → Service-Wide → Advanced → Hue Service
Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini

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

avatar
Expert Contributor
Got it thanks!