[
https://issues.apache.org/jira/browse/OOZIE-2121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14294087#comment-14294087
]
Ryota Egashira commented on OOZIE-2121:
---------------------------------------
+1, thanks for fixing doc. added u as contributor, and changed assignment,
committing patch
> CoordinatorFunctionalSpec 4.4.1.1 swap Value and First Occurrence line 4 in
> example table
> -----------------------------------------------------------------------------------------
>
> Key: OOZIE-2121
> URL: https://issues.apache.org/jira/browse/OOZIE-2121
> Project: Oozie
> Issue Type: Bug
> Components: docs
> Affects Versions: 4.0.0, 4.1.0, 4.0.1
> Reporter: Alexander Pivovarov
> Assignee: Alexander Pivovarov
> Priority: Trivial
> Attachments: OOZIE-2121.1.patch, oozie-ccord-4.4.1.1.png
>
>
> CoordinatorFunctionalSpec 4.4.1.1
> swap Value and First Occurrence on line 4 in example table
> https://oozie.apache.org/docs/4.1.0/CoordinatorFunctionalSpec.html#a4.4.1.1._The_coord:daysint_n_EL_function
> now
> {code}
> 2009-03-08T08:00Z UTC ${coord:days(1)} 2009-03-08T08:00Z
> 1440
> {code}
> should be
> {code}
> 2009-03-08T08:00Z UTC ${coord:days(1)} 1440 2009-03-08T08:00Z
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)