[
https://issues.apache.org/jira/browse/SPARK-15717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anderson de Andrade updated SPARK-15717:
----------------------------------------
Description:
A checkpointed (materialized) VertexRDD throws the following exception when
collected:
java.lang.ArrayStoreException:
org.apache.spark.graphx.impl.ShippableVertexPartition
Can be duplicated by running:
{code:java}
graph.vertices.checkpoint()
graph.vertices.count() // materialize
graph.vertices.collect()
{code:xml}
was:
A checkpointed (materialized) VertexRDD throws the following exception when
collected:
java.lang.ArrayStoreException:
org.apache.spark.graphx.impl.ShippableVertexPartition
Can be duplicated by running:
{code:scala}
graph.vertices.checkpoint()
graph.vertices.count() // materialize
graph.vertices.collect()
{code:xml}
> Cannot collect a checkpointed VertexRDD.
> ----------------------------------------
>
> Key: SPARK-15717
> URL: https://issues.apache.org/jira/browse/SPARK-15717
> Project: Spark
> Issue Type: Bug
> Components: GraphX
> Affects Versions: 1.6.1
> Reporter: Anderson de Andrade
>
> A checkpointed (materialized) VertexRDD throws the following exception when
> collected:
> java.lang.ArrayStoreException:
> org.apache.spark.graphx.impl.ShippableVertexPartition
> Can be duplicated by running:
> {code:java}
> graph.vertices.checkpoint()
> graph.vertices.count() // materialize
> graph.vertices.collect()
> {code:xml}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]