You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Varun Vasudev (JIRA)" <ji...@apache.org> on 2014/09/19 12:43:33 UTC

[jira] [Created] (MAPREDUCE-6097) Add vcore usage to history information

Varun Vasudev created MAPREDUCE-6097:
----------------------------------------

             Summary: Add vcore usage to history information
                 Key: MAPREDUCE-6097
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6097
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
            Reporter: Varun Vasudev
            Assignee: Varun Vasudev


>From MAPREDUCE-5279,
{quote}
3. We should reflect the vcore usage in history as well, but it may not be the trivial changes. Let's file a separate ticket for it.
{noformat}
+          eventHandler.handle(new JobHistoryEvent(jobId,
+            new NormalizedResourceEvent(
+              org.apache.hadoop.mapreduce.TaskType.MAP, mapResourceRequest
+                .getMemory())));
{noformat}
{quote}




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