You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/01/14 07:59:42 UTC

[18/50] git commit: Merge pull request #2 from jegonzal/GraphXCCIssue

Merge pull request #2 from jegonzal/GraphXCCIssue

Improving documentation and identifying potential bug in CC calculation.

Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/8038da23
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/8038da23
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/8038da23

Branch: refs/heads/master
Commit: 8038da232870fe016e73122a2ef110ac8e56ca1e
Parents: 97cd27e 80e4d98
Author: Ankur Dave <an...@gmail.com>
Authored: Mon Jan 13 14:59:30 2014 -0800
Committer: Ankur Dave <an...@gmail.com>
Committed: Mon Jan 13 14:59:30 2014 -0800

----------------------------------------------------------------------
 docs/graphx-programming-guide.md                | 33 ++++++++++++---
 .../org/apache/spark/graphx/GraphOps.scala      |  4 +-
 .../spark/graphx/lib/ConnectedComponents.scala  | 44 +++++++++++++-------
 .../graphx/lib/ConnectedComponentsSuite.scala   | 30 +++++++++++++
 4 files changed, 89 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/8038da23/docs/graphx-programming-guide.md
----------------------------------------------------------------------