Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st. We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here. Need help or have questions? Drop us a line at [email protected]
Created on 01-07-201606:40 PM - edited 08-17-201901:33 PM
In event there is an error while executing any oozie action during a workflow processing, those root cause errors are wrapped within an Oozie error and some times you have to dig a little deeper to find the root cause of the issue. Once you look in the right place (screen/log) the error gives a direct indication of what the issue is but that error is buried a couple of layers below the Oozie UI.
Follow these steps to get more details on Oozie issues -
1) Open Oozie UI
2) Locate the job instance that failed and double click on it
3) Locate the step that failed and double click on it
4) From the Action pop-up, (which also has the cryptic error message in Error Message) click on the small magnifying glass on the right hand side of the Console URL.
5) From the next screen, click on the link that reads "logs" and view the details. (TBD - Add Screen snapshot)