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

Alejandro Abdelnur updated OOZIE-9:
-----------------------------------

    Fix Version/s: pre-Apache
    
> Launcher job should be able to run in different queue than job itself
> ---------------------------------------------------------------------
>
>                 Key: OOZIE-9
>                 URL: https://issues.apache.org/jira/browse/OOZIE-9
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: pre-Apache
>
>
> Currently, if not queue or a custom queue is set for an action, the launcher 
> job will use the same queue.
> This leads to a deadlock situation in small clusters where all slots are 
> taken by launcher jobs that cannot progress because there are not slots avail.
> The solution is to allow launchers to use a different queue (i.e. 
> oozie.launcher.mapred.job.queue.name=launcherqueue).
> This can be done today, but if the action defines a custom queue (i.e. 
> mapred.job.queue.name=fooqueue) the above property is overwritten and both 
> launcher and job end up in the same queue.
> The JavaActionExecutor should do a special check.

--
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

        

Reply via email to