[
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: [email protected]
For additional commands, e-mail: [email protected]