Zhankun Tang created YARN-8957:
----------------------------------
Summary: 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
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: [email protected]
For additional commands, e-mail: [email protected]