Member since
04-25-2014
4
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3869 | 05-09-2014 01:45 AM |
10-09-2014
02:42 AM
Thanks! I got it to work after discovering that I should use the Safety Valve configuration for setting configs not exposed explicitly in Cloudera Manager. Before that I had tried manually changing some config files, but these changes were never used.
... View more
10-02-2014
12:35 AM
Hi, In the demo here: http://gethue.com/hadoop-tutorial-monitor-and-get-alerts-for-your-workflows-with-the-oozie-slas, there is a comment in the text: “We do not cover setup of JMS notifications here. JMS enables clients to be alerted in real time of the notifications (instead of pooling like in this tutorial). With Hue, you can visualize the success of your job in a timelime and setup email-notification in case of alerts.” Could someone clarify this for me? What I need to know is: do I need to setup JMS notifications in order for the email-notification to work? Or is it just sufficient to enter the email adress in Hue? Is there any other configuration needed for emails, e.g. set up of SMPT server details in cloudera manager etc? Thanks in advance to anyone who can help!
... View more
Labels:
- Labels:
-
Apache Oozie
05-09-2014
01:45 AM
1 Kudo
Thanks for the tips. I had missed enabling SLA support in the oozie-site config <property> <name>oozie.services.ext</name> <value> org.apache.oozie.service.EventHandlerService, org.apache.oozie.sla.service.SLAService </value> </property> <property> <name>oozie.service.EventHandlerService.event.listeners</name> <value> org.apache.oozie.sla.listener.SLAJobEventListener, org.apache.oozie.sla.listener.SLAEmailEventListener </value> </property> Now, I can see my SLA details in Hue and am looking at ActiveMQ for handling the JMS notificatoins.
... View more
04-25-2014
12:52 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
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Oozie
-
Cloudera Hue