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

Virag Kothari commented on OOZIE-1071:
--------------------------------------

Committed to trunk and hcat-intre
                
> 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
>            Assignee: Rohini Palaniswamy
>             Fix For: trunk
>
>         Attachments: OOZIE-1071-1.patch, OOZIE-1071-2.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