Consider I have configured 10 sqoop jobs. How would I get to know if one of them failed? Is there any configuration in sqoop for that?
You can create an oozie workflow for this usecase. Create a java action for sending emails in case of failure. You can write a small java program to send email with required messages and call this through the Java action.