DGA-Giraph Usage

Help

    $ ./bin/dga-giraph -h

Weakly Connected Components Example

    $ ./bin/dga-giraph wcc /input/directory /output/directory -ca io.edge.reverse.duplicator=true

Leaf Compression Example

    $ ./bin/dga-giraph lc /input/directory /output/directory

Louvain Modularity Example

    $ ./bin/dga-giraph louvain /input/directory /output/directory

High Betweenness Set Extraction Example

    $ ./bin/dga-giraph hbse /input/directory /output/directory

PageRank Example

    $ ./bin/dga-giraph pr /input/directory /output/directory

More Complex Example

    $ ./bin/dga-giraph wcc /input/directory /output/directory -w 21 -D giraph.zkList=localhost:2121 -ca io.edge.reverse.duplicator=true

DGA-GraphX Usage

Help

    $ ./dga-graphx -h

Weakly Connected Components Example

    $ ./dga-graphx wcc -i hdfs://path.to.namenode:port/input/directory -o hdfs://path.to.namenode:port/output/directory

Leaf Compression Example

    $ ./dga-graphx lc -i hdfs://path.to.namenode:port/input/directory -o hdfs://path.to.namenode:port/output/directory

Louvain Modularity Example

    $ ./dga-graphx louvain -i hdfs://path.to.namenode:port/input/directory -o hdfs://path.to.namenode:port/output/directory

High Betweenness Set Extraction Example

    $ ./dga-graphx hbse -i hdfs://path.to.namenode:port/input/directory -o hdfs://path.to.namenode:port/output/directory

PageRank Example

    $ ./dga-graphx pr -i hdfs://path.to.namenode:port/input/directory -o hdfs://path.to.namenode:port/output/directory

More Complex Example

    $ ./dga-graphx wcc -i hdfs://path.to.namenode:port/input/directory -o hdfs://path.to.namenode:port/output/directory --S spark.cores.max=126