Description
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.
Attachments
Issue Links
- blocks
-
SPARK-2347 Graph object can not be set to StorageLevel.MEMORY_ONLY_SER
- Resolved