command line interface with default parameters
command line interface with default parameters
the number of vertex colors
input file path
output file path
the binary string of a query graph
Find subgraphs that match a query graph.
Find subgraphs that match a query graph.
partitioned file path
the binary string of a query graph
the number of colors
the number of nodes in the input graph
spark context
load a graph of an adj format.
load a graph of an adj format.
graph file path
to contain graph
the color of source nodes
the color of destination nodes
the number of colors
hadoop file system
partition the input graph.
partition the input graph. The partitioned graph are stored in partPath A partition with colors i and j is stored in partPath/edgeset-{i*numColors + j} as a binary file whose format is as follows: node1 #neighbors-of-node1 neighbor1 neighbor2 ... node2 #neighbors-of-node2 neighbor1 ...
input file path
partition file path
the number of colors
spark context
print gc type
submit the spark job.
submit the spark job.
input file path
the binary string of a query graph
the number of colors
spark context
an RDD containing triangles
run by command line interpace