public class ConnectedComponents extends Object
org.apache.flink.graph.library
.
In particular, this example uses the
GSAConnectedComponents
library method to compute the connected components of the input graph.
The input file is a plain text file and must be formatted as follows:
Edges are represented by tuples of srcVertexId, trgVertexId which are
separated by tabs. Edges themselves are separated by newlines.
For example: 1\t2\n1\t3\n
defines two edges,
1-2 and 1-3.
Usage {{
ConnectedComponents ConnectedComponentsDefaultData
Constructor and Description |
---|
ConnectedComponents() |
public static void main(String[] args)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.