You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Mona Chitnis (JIRA)" <ji...@apache.org> on 2012/05/13 23:19:51 UTC

[jira] [Updated] (OOZIE-800) Job start/kill gives authorization error

     [ https://issues.apache.org/jira/browse/OOZIE-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mona Chitnis updated OOZIE-800:
-------------------------------


For the patch committed in trunk with this JIRA ID (also available under the same JIRA ID in Apache ReviewBoard system), I grant license to ASF for inclusion in ASF works (as per the Apache License §5) 
                
> Job start/kill gives authorization error
> ----------------------------------------
>
>                 Key: OOZIE-800
>                 URL: https://issues.apache.org/jira/browse/OOZIE-800
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Mona Chitnis
>            Assignee: Mona Chitnis
>              Labels: oozie
>             Fix For: 3.2.0
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Job cannot be started with option 'start' after 'submit'. Option 'run' works ok.
> Job cannot be killed in either case.
> $ oozie job -submit -config job.properties
> <job-id>
> $ oozie job -start <job-id>
> Error: E0508 : E0508: User [?] not authorized for WF job
> [<job-id>]
> $ oozie job -kill <job-id>
> Error: E0508 : E0508: User [?] not authorized for WF job
> [<job-id>]
> Same behavior for coordinator and bundle jobs - Error E0509
> A part of the stacktrace
>  at org.apache.oozie.service.AuthorizationService.isUserInAcl(AuthorizationService.java:371)
>        at org.apache.oozie.service.AuthorizationService.authorizeForJob(AuthorizationService.java:405)
>        at org.apache.oozie.servlet.BaseJobServlet.doPut(BaseJobServlet.java:74)
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:640)
>        at org.apache.oozie.servlet.JsonRestServlet.service(JsonRestServlet.java:285)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira