You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Shwetha G S (JIRA)" <ji...@apache.org> on 2014/06/16 07:54:02 UTC

[jira] [Resolved] (OOZIE-1845) Coord submit command doesn't honor conf "materialization_window" while calling CoordMaterializeTransitionXCommand

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

Shwetha G S resolved OOZIE-1845.
--------------------------------

    Resolution: Fixed

> Coord submit command doesn't honor conf "materialization_window" while calling CoordMaterializeTransitionXCommand 
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: OOZIE-1845
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1845
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Purshotam Shah
>
> {code}
>  /**
>      * Queue MaterializeTransitionXCommand
>      */
>     protected void queueMaterializeTransitionXCommand(String jobId) {
>         // submit a command to materialize jobs for the next 1 hour (3600 secs)
>         // so we don't wait 10 mins for the Service to run.
>         queue(new CoordMaterializeTransitionXCommand(jobId, 3600), 100);
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)