You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Robert Kanter (JIRA)" <ji...@apache.org> on 2017/10/27 16:11:00 UTC

[jira] [Assigned] (OOZIE-2929) Coordinator SLA should support configuration variable

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

Robert Kanter reassigned OOZIE-2929:
------------------------------------

    Assignee: Chi Wen

> Coordinator SLA should support configuration variable
> -----------------------------------------------------
>
>                 Key: OOZIE-2929
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2929
>             Project: Oozie
>          Issue Type: Bug
>          Components: coordinator
>    Affects Versions: 4.3.0
>            Reporter: Chi Wen
>            Assignee: Chi Wen
>         Attachments: OOZIE-2929-001.patch, OOZIE-2929-002.patch
>
>
> if coordinator.xml define SLA like this:
>           <sla:info>
>             <sla:nominal-time>${nominal_time}</sla:nominal-time>
>             <sla:should-end>${ 1 * HOURS}</sla:should-end>
>             <sla:max-duration>${1 * MINUTES}</sla:max-duration>
>           </sla:info>
> In job.properties define: nominal_time=${coord:nominalTime()}
> Then coordinator will run failed for "Coord Job Materialization Error: Could not parse [${coord:nominalTime()}] using [yyyy-MM-dd'T'HH:mm+0800] mask";
> Oozie should support use define a variable for SLA;



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)