spark-instrumented-optimizer/graphx
Ankur Dave ae4b75d94a Add EdgeDirection.Either and use it to fix CC bug
The bug was due to a misunderstanding of the activeSetOpt parameter to
Graph.mapReduceTriplets. Passing EdgeDirection.Both causes
mapReduceTriplets to run only on edges with *both* vertices in the
active set. This commit adds EdgeDirection.Either, which causes
mapReduceTriplets to run on edges with *either* vertex in the active
set. This is what connected components needed.
2014-01-13 17:03:03 -08:00
..
data Add connected components example to doc 2014-01-12 16:58:18 -08:00
src Add EdgeDirection.Either and use it to fix CC bug 2014-01-13 17:03:03 -08:00
pom.xml Update graphx/pom.xml to mirror mllib/pom.xml 2014-01-10 10:34:40 -08:00