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/01 07:14:50 UTC

[jira] Created: (CHUKWA-78) Track map reduce cluster usage through through job history and jobconf

Track map reduce cluster usage through through job history and jobconf
----------------------------------------------------------------------

                 Key: CHUKWA-78
                 URL: https://issues.apache.org/jira/browse/CHUKWA-78
             Project: Hadoop Chukwa
          Issue Type: New Feature
          Components: data collection, Data Processors
         Environment: Redhat 5.1, Java 6
            Reporter: Eric Yang
            Priority: Blocker


Job history data and jobconf contains valuable information to determine the usage of the map reduce job cluster.  The request feature is to create the following components:

- ChukwaJobTrackerInstrumentation API to stream job history and jobconf file to Chukwa.
- parsers to collect job data.
- MDL dictionary to load key/value pair for Job data to database.
- Usage report of the cluster base on user, and job queues.

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


[jira] Commented: (CHUKWA-78) Track map reduce cluster usage through through job history and jobconf

Posted by "Terence Kwan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12697138#action_12697138 ] 

Terence Kwan commented on CHUKWA-78:
------------------------------------

+1


> Track map reduce cluster usage through through job history and jobconf
> ----------------------------------------------------------------------
>
>                 Key: CHUKWA-78
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-78
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: data collection, Data Processors
>         Environment: Redhat 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>         Attachments: CHUKWA-78.patch
>
>
> Job history data and jobconf contains valuable information to determine the usage of the map reduce job cluster.  The request feature is to create the following components:
> - ChukwaJobTrackerInstrumentation API to stream job history and jobconf file to Chukwa.
> - parsers to collect job data.
> - MDL dictionary to load key/value pair for Job data to database.
> - Usage report of the cluster base on user, and job queues.

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


[jira] Assigned: (CHUKWA-78) Track map reduce cluster usage through through job history and jobconf

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang reassigned CHUKWA-78:
-------------------------------

    Assignee: Eric Yang

> Track map reduce cluster usage through through job history and jobconf
> ----------------------------------------------------------------------
>
>                 Key: CHUKWA-78
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-78
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: data collection, Data Processors
>         Environment: Redhat 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>
> Job history data and jobconf contains valuable information to determine the usage of the map reduce job cluster.  The request feature is to create the following components:
> - ChukwaJobTrackerInstrumentation API to stream job history and jobconf file to Chukwa.
> - parsers to collect job data.
> - MDL dictionary to load key/value pair for Job data to database.
> - Usage report of the cluster base on user, and job queues.

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


[jira] Updated: (CHUKWA-78) Track map reduce cluster usage through through job history and jobconf

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated CHUKWA-78:
----------------------------

    Attachment: CHUKWA-78.patch

After job conf and job tracker data is loaded to the database, the database partition should down sample and roll up the jobs/tasks data to bigger partitions.

> Track map reduce cluster usage through through job history and jobconf
> ----------------------------------------------------------------------
>
>                 Key: CHUKWA-78
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-78
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: data collection, Data Processors
>         Environment: Redhat 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>         Attachments: CHUKWA-78.patch
>
>
> Job history data and jobconf contains valuable information to determine the usage of the map reduce job cluster.  The request feature is to create the following components:
> - ChukwaJobTrackerInstrumentation API to stream job history and jobconf file to Chukwa.
> - parsers to collect job data.
> - MDL dictionary to load key/value pair for Job data to database.
> - Usage report of the cluster base on user, and job queues.

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


[jira] Updated: (CHUKWA-78) Track map reduce cluster usage through through job history and jobconf

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated CHUKWA-78:
----------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this, thanks Terence.

> Track map reduce cluster usage through through job history and jobconf
> ----------------------------------------------------------------------
>
>                 Key: CHUKWA-78
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-78
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: data collection, Data Processors
>         Environment: Redhat 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>         Attachments: CHUKWA-78.patch
>
>
> Job history data and jobconf contains valuable information to determine the usage of the map reduce job cluster.  The request feature is to create the following components:
> - ChukwaJobTrackerInstrumentation API to stream job history and jobconf file to Chukwa.
> - parsers to collect job data.
> - MDL dictionary to load key/value pair for Job data to database.
> - Usage report of the cluster base on user, and job queues.

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


[jira] Updated: (CHUKWA-78) Track map reduce cluster usage through through job history and jobconf

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated CHUKWA-78:
----------------------------

    Status: Patch Available  (was: Open)

Down sample script for down sample mr job data and mr task data.

> Track map reduce cluster usage through through job history and jobconf
> ----------------------------------------------------------------------
>
>                 Key: CHUKWA-78
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-78
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: data collection, Data Processors
>         Environment: Redhat 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>         Attachments: CHUKWA-78.patch
>
>
> Job history data and jobconf contains valuable information to determine the usage of the map reduce job cluster.  The request feature is to create the following components:
> - ChukwaJobTrackerInstrumentation API to stream job history and jobconf file to Chukwa.
> - parsers to collect job data.
> - MDL dictionary to load key/value pair for Job data to database.
> - Usage report of the cluster base on user, and job queues.

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