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

Joseph K. Bradley commented on SPARK-15717:
-------------------------------------------

To confirm, this is a duplicate of [SPARK-14804], right?  I'll close this for 
now in favor of the other.  Thanks and sorry it took so long to see this.

> Cannot perform RDD operations on 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:
> bq. java.lang.ArrayStoreException: 
> org.apache.spark.graphx.impl.ShippableVertexPartition
> Can be replicated by running:
> {code:java}
> graph.vertices.checkpoint()
> graph.vertices.count() // materialize
> graph.vertices.collect()
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to