Created 02-22-2016 07:57 AM
Hello I am trying to do this example Hadoop Data Pipeline ...here I am running a Flume agent where Flume copies files from local to HDFS & Falcon does the job of processing data files & after data is processed,Hive processing lineage will be available in Apache Atlas...but the Oozie job is failing as I see on Oozie Web UI...I went through the logs of Oozie & Falcon & in the logs of Oozie,I don`t see the main reason for the Error but I am seeing this 2 errors : Oozie Error Code: E1100 & ERROR, reason: Main class [org.apache.oozie.action.hadoop.ShellMain], exit code [1] ..I can't get any solution to solve this problem....what can be the root cause of this error ?? Thank You
Created 02-22-2016 08:57 AM
You have a Shell action which fails. For whatever reason. You need to find the logs of the application.
There are essentially 3 logs in oozie
The oozie log ( of the server )
The launcher log, which would most likely be interesting for you. You can find it in Hue, the oozie ui ( under the action logs ) or in yarn. This should have some information on what went wrong. ( Look for an oozie launcher in resource manager )
The Application log, not applicable for a shell action but for example for a pig action or other map reduce actions. Also Hue or yarn.
Created 02-22-2016 08:57 AM
You have a Shell action which fails. For whatever reason. You need to find the logs of the application.
There are essentially 3 logs in oozie
The oozie log ( of the server )
The launcher log, which would most likely be interesting for you. You can find it in Hue, the oozie ui ( under the action logs ) or in yarn. This should have some information on what went wrong. ( Look for an oozie launcher in resource manager )
The Application log, not applicable for a shell action but for example for a pig action or other map reduce actions. Also Hue or yarn.
Created 02-22-2016 12:39 PM
oozie logs are not informative, go to Yarn > Resource Manager > job > failed tasked and find your problem there.