You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Vrushali C (JIRA)" <ji...@apache.org> on 2016/06/22 20:39:16 UTC

[jira] [Commented] (YARN-5291) Store node information for finished containers in timeline v2

    [ https://issues.apache.org/jira/browse/YARN-5291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15345118#comment-15345118 ] 

Vrushali C commented on YARN-5291:
----------------------------------

Is something missing for finished containers. Like did you mean hostname? We are setting the following in the TimelineServiceV2Publisher#containerFinished function.

{code}
     Map<String, Object> entityInfo = new HashMap<String, Object>();
      entityInfo.put(ContainerMetricsConstants.ALLOCATED_HOST_ENTITY_INFO,
          container.getAllocatedNode().getHost());
      entityInfo.put(ContainerMetricsConstants.ALLOCATED_PORT_ENTITY_INFO,
          container.getAllocatedNode().getPort());
      entity.setInfo(entityInfo);
      tEvent.setInfo(eventInfo);
{code}

> Store node information for finished containers in timeline v2
> -------------------------------------------------------------
>
>                 Key: YARN-5291
>                 URL: https://issues.apache.org/jira/browse/YARN-5291
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: timelineserver
>            Reporter: Li Lu
>




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

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org