[
https://issues.apache.org/jira/browse/CHUKWA-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694258#action_12694258
]
Eric Yang commented on CHUKWA-69:
---------------------------------
This patch is useful for calculating area of a trapezoid. This will be used to
calculate cluster usage over a period of time. +1 on the patch.
> Calculate trapezoid area for a given series of data
> ---------------------------------------------------
>
> Key: CHUKWA-69
> URL: https://issues.apache.org/jira/browse/CHUKWA-69
> Project: Hadoop Chukwa
> Issue Type: Task
> Components: User Interface
> Reporter: Cheng
> Priority: Minor
> Attachments: chukwa-69.patch
>
>
> Calculate trapezoid area for a given series of data.
> suppose we have:
> x0, x1, x2, x3
> y0, y1, y2, y3
> the area would be
> (x1-x0) * (y1+y0)/2 + (x2-x1) * (y2+y1)/2 + (x3-x2) * (y3+y2)/2
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.