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 "Zhijie Shen (JIRA)" <ji...@apache.org> on 2013/05/11 00:37:17 UTC

[jira] [Commented] (YARN-572) Remove duplication of data in Container

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

Zhijie Shen commented on YARN-572:
----------------------------------

There are three fields that are duplicate in Container and ContainerTokenIdentifier:

1. ContainerId
2. NodeId
3. Resource

Though the fields are duplicated, it seems not good to remove them from Container. 1 and 2 are used to compare the Container objects and the getters of all the three are referred in multiple places tens of times.
                
> Remove duplication of data in Container 
> ----------------------------------------
>
>                 Key: YARN-572
>                 URL: https://issues.apache.org/jira/browse/YARN-572
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Hitesh Shah
>            Assignee: Zhijie Shen
>
> Most of the information needed to launch a container is duplicated in both the Container class as well as in the ContainerToken object that the Container object already contains. It would be good to remove this level of duplication. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira