Github user jkbradley commented on the issue:

    https://github.com/apache/spark/pull/16494
  
    Thanks for the patch.  This sounds like it may be the same bug being 
addressed in https://issues.apache.org/jira/browse/SPARK-14804 so I'll CC @tdas
    
    If so, then I believe the bug is really with how checkpointing is being 
done for Graphs, not with construction in fromEdges.  The checkpointing bug 
makes GraphX sort of forget the type of the EdgeRDD when it is recovered, 
making it handle it incorrectly in subsequent operations like fromEdges.
    
    However, I don't know if this can arise elsewhere, so let me ping 
@ankurdave : any thoughts on this?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to