One thing I noticed with the historyserver is that none of the launcher jobs are showing up there. Somehow only the actual map-reduce job shows up on the historyserver. I am not sure if this is related, would appreciate any help.

Thanks
Mehant

On 3/5/14, 5:29 PM, Mehant Baid wrote:
Hey Folks,

I am running Oozie-4.0 on Hadoop 2.3.0. I downloaded the source from git and built it using "mvn clean package assembly:single -Dhadoop.version=2.2.0 -DskipTests".

I hit the following error while running the map-reduce example job

*Unknown hadoop job, associated with action.  Failing this action!*
org.apache.oozie.action.ActionExecutorException: JA017: Unknown hadoop job [job_1394064353583_0005] associated with action [0000000-140305164541441-oozie-mapr-W@mr-node]. Failing this action! at org.apache.oozie.action.hadoop.JavaActionExecutor.check(JavaActionExecutor.java:1009) at org.apache.oozie.command.wf.ActionCheckXCommand.execute(ActionCheckXCommand.java:177) at org.apache.oozie.command.wf.ActionCheckXCommand.execute(ActionCheckXCommand.java:56)
        at org.apache.oozie.command.XCommand.call(XCommand.java:280)
at org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:175) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
        at java.lang.Thread.run(Thread.java:662)

The actual job completed successfully, I verified this using the resourcemanager UI as well as checking the output directory of the map-reduce job.

I found a couple of open threads with people hitting the same issue but none of them seem to be resolved. Would appreciate any help or pointers.

Thanks
Mehant

Reply via email to