You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Venkat Ranganathan (JIRA)" <ji...@apache.org> on 2014/01/24 19:05:40 UTC

[jira] [Commented] (OOZIE-1673) "oozie.launcher.mapred.job.queue.name" as global property for oozie

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

Venkat Ranganathan commented on OOZIE-1673:
-------------------------------------------

The idea is good.  I think adding it to the  action-conf/<actiontype>.xml files for each action types where it is needed is a workaround that can currently be used.

> "oozie.launcher.mapred.job.queue.name" as global property for oozie
> -------------------------------------------------------------------
>
>                 Key: OOZIE-1673
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1673
>             Project: Oozie
>          Issue Type: New Feature
>    Affects Versions: 4.0.0
>            Reporter: Ostap
>            Assignee: Ostap
>
> 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.
> That could be prevented by setting oozie.launcher.mapred.job.queue.name=launcherqueue. 
> The problem is that we cannot specify the queue name on Oozie server. Each Oozie workflow job has to define its launcher job queue name (oozie.launcher.mapred.queue.name). If user didn’t specify this parameter in oozie’s job property, the “default” queue would be used for Launcher job, resulting in potential deadlock situation.
> We need to add a feature to Oozie so that it can take “oozie.launcher.xxx” parameter from oozie-site.xml so that user’s oozie job property doesn’t have to specify this parameter.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)