You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@eagle.apache.org by "Zhao, Qingwen (JIRA)" <ji...@apache.org> on 2016/12/14 10:12:58 UTC

[jira] [Comment Edited] (EAGLE-834) Add Daily Job Summery Report

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

Zhao, Qingwen edited comment on EAGLE-834 at 12/14/16 10:12 AM:
----------------------------------------------------------------

How to enable this report?

add below configuration in eagle.conf
{code}
application.dailyJobReport {
    reportHourTime: 0
    reportPeriodInHour: 12
    numTopUsers : 10
    jobOvertimeLimitInHour: 6
    subject: "Job Report For 12 hours"
    recipients: "nobody@example.com"
    template: "JobReportTemplate.vm"
  }
{code}


was (Author: qingwzhao):
How to enable this report?

add below configuration in eagle.conf
{code}
application.dailyJobReport {
    reportHourTime: 0
    reportPeriodInHour: 12
    numTopUsers : 10
    jobOvertimeLimitInHour: 6
    subject: "Job Report For 12 hours"
    recipients: "qingwzhao@ebay.com"
    template: "JobReportTemplate.vm"
  }
{code}

> Add Daily Job Summery Report
> ----------------------------
>
>                 Key: EAGLE-834
>                 URL: https://issues.apache.org/jira/browse/EAGLE-834
>             Project: Eagle
>          Issue Type: New Feature
>            Reporter: Zhao, Qingwen
>            Assignee: Zhao, Qingwen
>
> * Extend Application framework to support application to register ManagedTask into eagle server (refer to Application HealthCheck registry approach)
> * Register a daily job report task to MRJobApplication.
> * Add configurations in application to control the behavior:
>      * Daily job report enable/disable
>      * Report receipt email address
>      * Report frequency (24 hour by default)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)