[
https://issues.apache.org/jira/browse/OOZIE-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16567844#comment-16567844
]
Daniel Becker commented on OOZIE-3315:
--------------------------------------
Review board https://reviews.apache.org/r/68180/, adding the link didn't
work/was very slow, I'll try to add it later.
> Datelist Java Main example fails
> --------------------------------
>
> Key: OOZIE-3315
> URL: https://issues.apache.org/jira/browse/OOZIE-3315
> Project: Oozie
> Issue Type: Bug
> Components: examples
> Affects Versions: trunk
> Reporter: Daniel Becker
> Assignee: Daniel Becker
> Priority: Minor
> Attachments: OOZIE-3315.patch
>
>
> The oozie/examples/src/main/java/org/apache/oozie/example/DateList.java
> produces a wrong action output:
> {code},2009-02-01T01:15Z,2009-02-01T01:30Z,2009-02-01T01:45Z,2009-02-01T02:00Z{code}
> instead of
> {code}2009-02-01T01:00Z,2009-02-01T01:15Z,2009-02-01T01:30Z,2009-02-01T01:45Z{code}
> - the first element is missing in the list (but not the separator). This is
> caused by an off-by-one error introduced in OOZIE-2942.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)