Re: user notification upon application error

2019-12-04 Thread Prabhu Josephraj
MapReduce Application can be configured to notify the status on completion through mapreduce.job.end-notification.url. Need to write a webservice to collect the status and send email to users. Below has examples

user notification upon application error

2019-12-04 Thread Manuel Sopena Ballesteros
Dear Hadoop community, I have a Hadoop cluster with yarn, spark and hdfs. Users don't have access to the yarn web interface and I would like to as what options I have to notify users when a job fails and the error message? Is there anything I can setup for that? Thank you very much Manuel