[
https://issues.apache.org/jira/browse/OOZIE-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14027212#comment-14027212
]
Purshotam Shah commented on OOZIE-1654:
---------------------------------------
I see.. In that case we can add both property in oozie-default.xml and comment
out CONF_USER_RETRY_INTERVAL.
We can also mention that
oozie.service.LiteWorkflowStoreService.user.retry.inteval is deprecated. And
after few release we can remove CONF_USER_RETRY_INTEVAL property from
oozie-default.xml.
something like this.
{code}
<!-- this property is deprecated, use
oozie.service.LiteWorkflowStoreService.user.retry.interval-->
<property>
<name>oozie.service.LiteWorkflowStoreService.user.retry.inteval</name>
<value>10</value>
</property>
<!-- oozie.service.LiteWorkflowStoreService.user.retry.inteval is
deprecated, use this.
<property>
<name>oozie.service.LiteWorkflowStoreService.user.retry.interval</name>
<value>10</value>
</property>
-->
{code}
> 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.1.patch, 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.2#6252)