Hi:
I run a map-reduce job with oozie , the job runs successfully on hadoop,
but the status can't be back to oozie. At start it shows 'running' on oozie
web
console,after a few minutes, the status changes to 'Failed' as follows:
The error logs:
------------------------------------------------------------------------------------------------------------------------------------------------------
2015-08-05 19:35:13,847 WARN MapReduceActionExecutor:523 - SERVER[]
USER[root] GROUP[-] TOKEN[] APP[map-reduce-wf]
JOB[0000000-150805175229448-oozie-root-W]
ACTION[0000000-150805175229448-oozie-root-W@mr-node] Exception in check().
Message[JA017: Could not lookup launched hadoop Job ID [job_1438768384530_0003]
which was associated with action
[0000000-150805175229448-oozie-root-W@mr-node]. Failing this action!]
org.apache.oozie.action.ActionExecutorException: JA017: Could not lookup
launched hadoop Job ID [job_1438768384530_0003] which was associated with
action [0000000-150805175229448-oozie-root-W@mr-node]. Failing this action!
at
org.apache.oozie.action.hadoop.JavaActionExecutor.check(JavaActionExecutor.java:1359)
at
org.apache.oozie.command.wf.ActionCheckXCommand.execute(ActionCheckXCommand.java:182)
at
org.apache.oozie.command.wf.ActionCheckXCommand.execute(ActionCheckXCommand.java:56)
at org.apache.oozie.command.XCommand.call(XCommand.java:286)
at
org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:175)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
2015-08-05 19:35:13,851 WARN ActionCheckXCommand:523 - SERVER[] USER[root]
GROUP[-] TOKEN[] APP[map-reduce-wf] JOB[0000000-150805175229448-oozie-root-W]
ACTION[0000000-150805175229448-oozie-root-W@mr-node] Exception while executing
check(). Error Code [JA017], Message[JA017: Could not lookup launched hadoop
Job ID [job_1438768384530_0003] which was associated with action
[0000000-150805175229448-oozie-root-W@mr-node]. Failing this action!]
org.apache.oozie.action.ActionExecutorException: JA017: Could not lookup
launched hadoop Job ID [job_1438768384530_0003] which was associated with
action [0000000-150805175229448-oozie-root-W@mr-node]. Failing this action!
at
org.apache.oozie.action.hadoop.JavaActionExecutor.check(JavaActionExecutor.java:1359)
at
org.apache.oozie.command.wf.ActionCheckXCommand.execute(ActionCheckXCommand.java:182)
at
org.apache.oozie.command.wf.ActionCheckXCommand.execute(ActionCheckXCommand.java:56)
at org.apache.oozie.command.XCommand.call(XCommand.java:286)
at
org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:175)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
2015-08-05 19:35:13,855 WARN ActionCheckXCommand:523 - SERVER[] USER[root]
GROUP[-] TOKEN[] APP[map-reduce-wf] JOB[0000000-150805175229448-oozie-root-W]
ACTION[0000000-150805175229448-oozie-root-W@mr-node] Failing Job due to failed
action [mr-node]
2015-08-05 19:35:13,862 WARN LiteWorkflowInstance:523 - SERVER[] USER[root]
GROUP[-] TOKEN[] APP[map-reduce-wf] JOB[0000000-150805175229448-oozie-root-W]
ACTION[0000000-150805175229448-oozie-root-W@mr-node] Workflow Failed. Failing
node [mr-node]
------------------------------------------------------------------------------------------------------------------------------------------------------