Leaf Compression is an analytic used to compress a graph; nodes on the periphery of the graph that do not show an extensive network of connections from them will inform the nodes connected to them to remove them from the graph
Any kind of data can be used with Leaf Compression. The graph can be directional or undirected.
There are no configuration options. |
---|
Note: First see How To Build
$ ./bin/dga-giraph lc /path/to/input /path/to/output
$ ./dga-graphx lc -i hdfs://url.for.namenode:port/path/to/input -o hdfs://url.for.namenode:port/path/to/output