Daniel Becker created OOZIE-3315:
------------------------------------
Summary: 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
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)