You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Purshotam Shah (JIRA)" <ji...@apache.org> on 2014/05/16 13:02:42 UTC

[jira] [Updated] (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 ]

Purshotam Shah updated OOZIE-1845:
----------------------------------

    Description: 
{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}

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