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

Rohini Palaniswamy updated OOZIE-1071:
--------------------------------------

    Attachment: OOZIE-1071-1.patch

Patch that picks up latest based on current time or action creation time(old 
behaviour) based on oozie system level setting boolean setting 
oozie.coord.latest.el.use.current.time. Default is old behaviour.  
                
> latest EL function is based on action materialization time
> ----------------------------------------------------------
>
>                 Key: OOZIE-1071
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1071
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Rohini Palaniswamy
>         Attachments: OOZIE-1071-1.patch
>
>
> According to the documentation:
> ${coord:latest(int n)} represents the nth latest currently available instance 
> of a synchronous dataset.
> ${coord:latest(int n)} is not relative to the coordinator action creation 
> (materialization) time, it is the nth latest instance available when the 
> action is started (when the workflow job is started).
> But the code picks up latest based on the action creation time and not when 
> the action is started.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to