You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Eric Yang (JIRA)" <ji...@apache.org> on 2009/04/24 04:37:30 UTC

[jira] Reopened: (CHUKWA-186) duplicate timestamp columns in database aggregation script

     [ https://issues.apache.org/jira/browse/CHUKWA-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang reopened CHUKWA-186:
------------------------------


The avg(timestamp) can not be inserted into the timestamp field.

> duplicate timestamp columns in database aggregation script
> ----------------------------------------------------------
>
>                 Key: CHUKWA-186
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-186
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: Data Processors
>    Affects Versions: 0.1.2
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>         Attachments: aggregator.sql
>
>
> AVG(table_name), used to skip the timestamp column.  This has been changed to run as AVG(timestamp).  The aggregation script should remove the predefined timestamp.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.