You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Mona Chitnis (JIRA)" <ji...@apache.org> on 2014/04/14 19:51:15 UTC

[jira] [Commented] (OOZIE-1787) parameterize interval of SLAService updating SlaStatus

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

Mona Chitnis commented on OOZIE-1787:
-------------------------------------

1. Add a comment there in code mentioning this interval duration is in seconds
2. Add an xml entry in oozie-default.xml. Most users usually copy-paste properties from oozie-default to be overridden in oozie-site.xml

> parameterize interval of SLAService updating SlaStatus
> ------------------------------------------------------
>
>                 Key: OOZIE-1787
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1787
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Ryota Egashira
>            Assignee: Ryota Egashira
>         Attachments: OOZIE-1787.patch
>
>
> currently hard-coded to 30sec
> {code}
> // schedule runnable by default every 30 sec
> services.get(SchedulerService.class).schedule(slaThread, 10, 30,
> SchedulerService.Unit.SEC);
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)