You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Daniel Becker (JIRA)" <ji...@apache.org> on 2018/08/06 08:57:00 UTC

[jira] [Updated] (OOZIE-3315) Datelist Java Main example fails

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

Daniel Becker updated OOZIE-3315:
---------------------------------
    Attachment: OOZIE-3315-2.patch

> 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)