-
- Downloads
"api/core/index.html" did not exist on "31e92b72e31910be1694c348ab5de8b14f2df44b"
[SPARK-13386][GRAPHX] ConnectedComponents should support maxIteration option
JIRA: https://issues.apache.org/jira/browse/SPARK-13386 ## What changes were proposed in this pull request? add maxIteration option for ConnectedComponents algorithm ## How was the this patch tested? unit tests passed Author: Zheng RuiFeng <ruifengz@foxmail.com> Closes #11268 from zhengruifeng/ccwithmax.
Showing
- graphx/src/main/scala/org/apache/spark/graphx/GraphOps.scala 12 additions, 2 deletionsgraphx/src/main/scala/org/apache/spark/graphx/GraphOps.scala
- graphx/src/main/scala/org/apache/spark/graphx/lib/ConnectedComponents.scala 20 additions, 4 deletions...ala/org/apache/spark/graphx/lib/ConnectedComponents.scala
Please register or sign in to comment