[
https://issues.apache.org/jira/browse/OOZIE-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16569911#comment-16569911
]
Hadoop QA commented on OOZIE-3315:
----------------------------------
PreCommit-OOZIE-Build started
> 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-2.patch, 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)