GH-606: Encountered java.lang.NoSuchMethodError error after submitting a job
----------------------------------------------------------------------------
Key: OOZIE-376
URL: https://issues.apache.org/jira/browse/OOZIE-376
Project: Oozie
Issue Type: Bug
Reporter: Hadoop QA
After submitting a wf job, the wf action will get stuck in PREP state.
In tomcat log, we saw the following errors.
------------------------------------------------------------------------------------------------------
Exception in thread "pool-2-thread-143" java.lang.NoSuchMethodError:
org.apache.hadoop.mapred.JobConf.getCredentials()Lorg/apache/hadoop/security/Credentials;
at
org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:541)
at
org.apache.oozie.action.hadoop.JavaActionExecutor.start(JavaActionExecutor.java:701)
at
org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:183)
at
org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:53)
at org.apache.oozie.command.XCommand.call(XCommand.java:255)
at
org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:282)
at
org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:229)
at
org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:148)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
------------------------------------------------------------------------------------------------------
I am using Hadoop 0.20.2 (non-secured). Looks like the code can only work with
secured hadoop.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira