You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2007/06/21 23:07:26 UTC

[jira] Commented: (HADOOP-1518) Add session id to metric data

    [ https://issues.apache.org/jira/browse/HADOOP-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507029 ] 

Hadoop QA commented on HADOOP-1518:
-----------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12360319/patch.txt applied and successfully tested against trunk revision r549577.

Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/319/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/319/console

> Add session id to metric data
> -----------------------------
>
>                 Key: HADOOP-1518
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1518
>             Project: Hadoop
>          Issue Type: Improvement
>            Reporter: David Bowen
>            Assignee: David Bowen
>         Attachments: patch.txt
>
>
> In the context of Hadoop-On-Demand (HOD), we want to be able to aggregate metrics across the machines in the virtual cluster that corresponds to a HOD session. To enable this, we'd like to tag all the map/reduce related metrics with a session id.  The session id would be a string created by HOD (it might be a Torque job id) and put into the hadoop-site.xml file for the virtual cluster.
> The default value for the session id would be the empty string, so that non-HOD usage of the metrics is not affected accept for the addition of a tag which is always the empty string.

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