How can I send an email notification if error occurs in spark job? And how can I send email notification on completion of spark job?
I've tried using Java exceptions to generate email.
How can I send an email notification if error occurs in spark job? And how can I send email notification on completion of spark job?
I've tried using Java exceptions to generate email.