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

Chandni Singh commented on YARN-8957:
-------------------------------------

+1 (non-binding). It should implement {{Serializable}}. 
{{ComponentContainers}} was added with 
https://issues.apache.org/jira/browse/YARN-8542.

> Add Serializable interface to ComponentContainers
> -------------------------------------------------
>
>                 Key: YARN-8957
>                 URL: https://issues.apache.org/jira/browse/YARN-8957
>             Project: Hadoop YARN
>          Issue Type: Improvement
>            Reporter: Zhankun Tang
>            Assignee: Zhankun Tang
>            Priority: Minor
>         Attachments: YARN-8957-trunk.001.patch
>
>
> In YARN service API:
> public class ComponentContainers
> { private static final long serialVersionUID = -1456748479118874991L; ... }
>  
>  seems should beĀ 
>  
>  public class ComponentContainers {color:#d04437}implements 
> Serializable{color} {
> private static final long serialVersionUID = -1456748479118874991L; ... }



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to