Created on 04-25-2014 12:52 AM - edited 09-16-2022 01:57 AM
I created an oozie workflow SLA using Hue. When I submit the workflow, I can see the SLA settings in the definition and the SLA tab appears but the tab is empty except for a back button.
Here is my SLA:
<sla:info>
<sla:nominal-time>${nominal_time}</sla:nominal-time>
<sla:should-start>${10 * MINUTES}</sla:should-start>
<sla:should-end>${30 * MINUTES}</sla:should-end>
<sla:max-duration>${30 * MINUTES}</sla:max-duration>
<sla:alert-events>start_miss,end_miss,duration_miss</sla:alert-events>
<sla:alert-contact>myname@mycompany.com</sla:alert-contact>
<sla:notification-msg>[Hadoop] Error while calculating reference measurements</sla:notification-msg>
</sla:info>
As well as the page being blank, I receive no email (have previously verified that emails can be sent via oozie actions, so the configuration should be ok) and no SLA appears under the SLA tab in the Dashboard
Created 05-09-2014 01:45 AM
Thanks for the tips.
I had missed enabling SLA support in the oozie-site config
Created 05-03-2014 07:35 AM
Created 05-09-2014 01:45 AM
Thanks for the tips.
I had missed enabling SLA support in the oozie-site config