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 "Zhankun Tang (JIRA)" <ji...@apache.org> on 2018/10/30 04:01:00 UTC

[jira] [Commented] (YARN-8957) Add Serializable interface to ComponentContainers

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

Zhankun Tang commented on YARN-8957:
------------------------------------

[~aceric] , chanced to encounter this but not sure if it needs the Serializable interface. If not, we should remove the serialVersionUID.

> 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
>
> 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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org