Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/2168#discussion_r16842842
--- Diff:
graphx/src/main/scala/org/apache/spark/graphx/util/GraphGenerators.scala ---
@@ -48,33 +48,36 @@ object GraphGenerators {
* Ilan Horn, Naty Leiser, and Grzegorz Czajkowski. 2010.
* Pregel: a system for large-scale graph processing. SIGMOD '10.
*
- * @param sc
- * @param numVertices
- * @param mu
- * @param sigma
- * @return
+ * If the seed is set to 0 (default), the seeds are set deterministically
--- End diff --
@rnowling Oh I don't think I know much of anything about GraphX -- the one
PR I submitted was a minor math issue. I looked anyway and the only comment I
have is that I don't see handling for the case of seed == 0 in the code, but
the scaladoc suggests this does something special.
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]