You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2011/09/08 07:23:09 UTC

[jira] [Created] (OOZIE-376) GH-606: Encountered java.lang.NoSuchMethodError error after submitting a job

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

        

[jira] [Commented] (OOZIE-376) GH-606: Encountered java.lang.NoSuchMethodError error after submitting a job

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100048#comment-13100048 ] 

Hadoop QA commented on OOZIE-376:
---------------------------------

mislam77 remarked:
Closed by 9466f83973b274b6a464b0d71877d02d2767ba4e Encountered java.lang.NoSuchMethodError error after submitting a job

> 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

        

[jira] [Closed] (OOZIE-376) GH-606: Encountered java.lang.NoSuchMethodError error after submitting a job

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik closed OOZIE-376.
----------------------------------

    Resolution: Fixed

> 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