You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "purshotam shah (JIRA)" <ji...@apache.org> on 2014/01/24 19:13:38 UTC

[jira] [Commented] (OOZIE-1654) Fix typo (inteval to interval)

    [ https://issues.apache.org/jira/browse/OOZIE-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13881231#comment-13881231 ] 

purshotam shah commented on OOZIE-1654:
---------------------------------------

Comment on patch.

+        int ret = conf.get(CONF_USER_RETRY_INTEVAL) != null ? conf.getInt(CONF_USER_RETRY_INTEVAL, 5)
+                : conf.getInt(CONF_USER_RETRY_INTERVAL, 5);

If both are defined, CONF_USER_RETRY_INTERVAL should take precedence over CONF_USER_RETRY_INTEVAL.



> 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.1.5#6160)