Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.0.1
-
None
-
CentOS, CDH 5.3
Description
When a job action fails the email notification is limited to the failing oozie launcher which is less than helpful when determining the issue. See screen shot.
Is there a way or can the function be added to include any error line, or an option added to include the stderr log as an attachment?
For example if the action fails, the email would include anything in the body of the email that has ERROR in the line of the log.
3057 [main] ERROR org.apache.sqoop.SqoopOptions - It seems that you have launched a Sqoop metastore job via
3057 [main] ERROR org.apache.sqoop.SqoopOptions - Oozie with sqoop.metastore.client.record.password disabled.
3057 [main] ERROR org.apache.sqoop.SqoopOptions - But this configuration is not supported because Sqoop can't
3057 [main] ERROR org.apache.sqoop.SqoopOptions - prompt the user to enter the password while being executed
3057 [main] ERROR org.apache.sqoop.SqoopOptions - as Oozie tasks. Please enable sqoop.metastore.client.record
3057 [main] ERROR org.apache.sqoop.SqoopOptions - .password in sqoop-site.xml, or provide the password
3057 [main] ERROR org.apache.sqoop.SqoopOptions - explicitly using --password in the command tag of the Oozie