GitHub user njayaram2 opened a pull request:
https://github.com/apache/incubator-madlib/pull/144
Feautre: Weakly Connected Components
JIRA: MADLIB-1071
Implement a new module in graph, that finds all weakly connected
components of a directed graph. A weakly connected component is a
subgraph where every node has a path to every other node, ignoring
edge directions.
This does not have grouping support yet, although the interface
has it defined already.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/njayaram2/incubator-madlib feature/graph_wcc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-madlib/pull/144.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #144
----
commit a737d8f006f8c394eccf02274ae837fa72140c42
Author: Nandish Jayaram <[email protected]>
Date: 2017-06-22T21:49:51Z
Feautre: Weakly Connected Components
JIRA: MADLIB-1071
Implement a new module in graph, that finds all weakly connected
components of a directed graph. A weakly connected component is a
subgraph where every node has a path to every other node, ignoring
edge directions.
This does not have grouping support yet, although the interface
has it defined already.
----
---
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.
---