[
https://issues.apache.org/jira/browse/OOZIE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14943947#comment-14943947
]
Rohini Palaniswamy commented on OOZIE-2369:
-------------------------------------------
Few comments:
1) Please parameterize with variables instead of doing this hacky replace
{code}
+ <dataset name='test' frequency='-frequency-'
initial-instance='2009-08-06T01:00Z'
+ timezone='UTC' freq_timeunit='-unit-' end_of_duration='NONE'>
+ actionXml = actionXml.replace("-unit-", "MINUTE");
+ actionXml = actionXml.replace("-frequency-", "60");
{code}
2) CoordELFunctions.getDSTimeUnit(eval) - how does this work with cron
frequency?
> coord:offset doesn't resolve correctly
> --------------------------------------
>
> Key: OOZIE-2369
> URL: https://issues.apache.org/jira/browse/OOZIE-2369
> Project: Oozie
> Issue Type: Bug
> Reporter: Purshotam Shah
> Assignee: Purshotam Shah
> Attachments: OOZIE-2369-V1.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)