Ankur Dave created SPARK-2455: --------------------------------- Summary: VertexPartition is not serializable Key: SPARK-2455 URL: https://issues.apache.org/jira/browse/SPARK-2455 Project: Spark Issue Type: Bug Components: GraphX Reporter: Ankur Dave Assignee: Ankur Dave
VertexPartition and ShippableVertexPartition are contained in RDDs but are not marked Serializable, leading to NotSerializableExceptions when using Java serialization. The fix is simply to mark them as Serializable. -- This message was sent by Atlassian JIRA (v6.2#6252)