[
https://issues.apache.org/jira/browse/OOZIE-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13856034#comment-13856034
]
Robert Kanter commented on OOZIE-1654:
--------------------------------------
That's really unfortunate that we have a typo in a property name and public
constant :(. To be backwards compatible, I think we're going to have to
continue honoring the old property and keep the old public constant (in
addition to the new ones); we can mark the old ones as deprecated though and
remove them in a future release.
Can you update the patch to allow both properties and have both constants? You
can leave oozie-default.xml the way you changed it, but the Java code has to be
able to use both property names. The old one should have priority if both are
specified.
> Fix typo (inteval to interval)
> ------------------------------
>
> Key: OOZIE-1654
> URL: https://issues.apache.org/jira/browse/OOZIE-1654
> Project: Oozie
> Issue Type: Improvement
> Components: action
> Affects Versions: 4.0.0
> Reporter: Azrael
> Priority: Trivial
> Attachments: OOZIE-1654.patch
>
>
> Fix typo inteval to interval.
> oozie-default.xml
> {code:xml}
> <name>oozie.service.LiteWorkflowStoreService.user.retry.inteval</name>
> >>> to
> <name>oozie.service.LiteWorkflowStoreService.user.retry.interval</name>
> {code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)