You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Rohini Palaniswamy (JIRA)" <ji...@apache.org> on 2013/01/19 00:54:12 UTC

[jira] [Commented] (OOZIE-1179) coord action in WAITING when no definition of dataset in coord job xml

    [ https://issues.apache.org/jira/browse/OOZIE-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13557775#comment-13557775 ] 

Rohini Palaniswamy commented on OOZIE-1179:
-------------------------------------------

Result of OOZIE-1161. Simple null/empty check required. 
                
> coord action in WAITING when no definition of dataset in coord job xml
> ----------------------------------------------------------------------
>
>                 Key: OOZIE-1179
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1179
>             Project: Oozie
>          Issue Type: Bug
>          Components: coordinator
>    Affects Versions: trunk
>            Reporter: michelle chiang
>            Priority: Minor
>
> for a simple coord job, with no dataset/data event defined, coord action is WAITING for missing dependency. the same test case used to succeed.
> $ oozie job -info 0000149-130111232807651-oozie-oozi-C@1
> ... ...
> First Missing Dependency : -
> oozie.log:
> 2013-01-18 20:31:58,280 DEBUG CoordActionInputCheckXCommand:545 - USER[-] GROUP[-] TOKEN[-] APP[-] JOB[0000149-130111232807651-oozie-oozi-C] ACTION[0000149-130111232807651-oozie-oozi-C@1] Acquired lock for [0000149-130111232807651-oozie-oozi-C] in [coord_action_input]
> 2013-01-18 20:31:58,284 DEBUG CoordActionInputCheckXCommand:545 - USER[-] GROUP[-] TOKEN[-] APP[-] JOB[0000149-130111232807651-oozie-oozi-C] ACTION[0000149-130111232807651-oozie-oozi-C@1] Execute command [coord_action_input] key [0000149-130111232807651-oozie-oozi-C]
> 2013-01-18 20:31:58,284  INFO CoordActionInputCheckXCommand:539 - USER[-] GROUP[-] TOKEN[-] APP[-] JOB[0000149-130111232807651-oozie-oozi-C] ACTION[0000149-130111232807651-oozie-oozi-C@1] [0000149-130111232807651-oozie-oozi-C@1]::ActionInputCheck:: Action is in WAITING state.
> 2013-01-18 20:31:58,285  INFO CoordActionInputCheckXCommand:539 - USER[-] GROUP[-] TOKEN[-] APP[-] JOB[0000149-130111232807651-oozie-oozi-C] ACTION[0000149-130111232807651-oozie-oozi-C@1] [0000149-130111232807651-oozie-oozi-C@1]::CoordActionInputCheck:: Missing deps: 
> 2013-01-18 20:31:58,286  INFO CoordActionInputCheckXCommand:539 - USER[-] GROUP[-] TOKEN[-] APP[-] JOB[0000149-130111232807651-oozie-oozi-C] ACTION[0000149-130111232807651-oozie-oozi-C@1] [0000149-130111232807651-oozie-oozi-C@1]::ActionInputCheck:: In checkResolvedUris...
> 2013-01-18 20:31:58,286 DEBUG CoordActionInputCheckXCommand:545 - USER[-] GROUP[-] TOKEN[-] APP[-] JOB[0000149-130111232807651-oozie-oozi-C] ACTION[0000149-130111232807651-oozie-oozi-C@1] [0000149-130111232807651-oozie-oozi-C@1]::ActionInputCheck:: Checking Latest/future
> 2013-01-18 20:31:58,290 DEBUG CoordActionInputCheckXCommand:545 - USER[-] GROUP[-] TOKEN[-] APP[-] JOB[0000149-130111232807651-oozie-oozi-C] ACTION[0000149-130111232807651-oozie-oozi-C@1] Released lock for [0000149-130111232807651-oozie-oozi-C] in [coord_action_input]
> 2013-01-18 20:31:58,290 ERROR CoordActionInputCheckXCommand:536 - USER[-] GROUP[-] TOKEN[-] APP[-] JOB[0000149-130111232807651-oozie-oozi-C] ACTION[0000149-130111232807651-oozie-oozi-C@1] XException, 
> org.apache.oozie.command.CommandException: E1021: Coord Action Input Check Error: null
>         at org.apache.oozie.command.coord.CoordActionInputCheckXCommand.execute(CoordActionInputCheckXCommand.java:165)
>         at org.apache.oozie.command.coord.CoordActionInputCheckXCommand.execute(CoordActionInputCheckXCommand.java:59)
>         at org.apache.oozie.command.XCommand.call(XCommand.java:277)
>         at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:326)
>         at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:255)
>         at org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:175)
>         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:662)
> Caused by: java.lang.NullPointerException
>         at org.apache.oozie.command.coord.CoordActionInputCheckXCommand.execute(CoordActionInputCheckXCommand.java:141)
>         ... 8 more

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira