Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/908#discussion_r13168847
--- Diff: graphx/src/main/scala/org/apache/spark/graphx/Graph.scala ---
@@ -104,7 +104,32 @@ abstract class Graph[VD: ClassTag, ED: ClassTag]
protected () extends Serializab
def unpersistVertices(blocking: Boolean = true): Graph[VD, ED]
/**
- * Repartitions the edges in the graph according to `partitionStrategy`.
+ * Repartitions the edges in the graph according to `partitionStrategy`
(WARNING: broken in
+ * Spark 1\u20240\u20240).
+ *
+ * To use this function in Spark 1.0.0, either build the latest version
of Spark from the master
--- End diff --
Again here I'd say branch-1.0
---
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 [email protected] or file a JIRA ticket
with INFRA.
---