Skip to content
Jacob Nelson edited this page Jun 2, 2015 · 5 revisions

Here are some links to help you get various graph processing frameworks working.

Hadoop

There are two ways to run Hadoop on a single machine. The first is in "standalone" mode, where Hadoop jobs are run directly in the JVM using data from the host filesystem, without going through the Hadoop scheduler or HDFS. We describe this on the Standalone-Hadoop page.

Some Hadoop programs don't work well without HDFS, though; in this case the easiest way to run them on a single node is by running Hadoop inside a Docker container, as described here: https://registry.hub.docker.com/u/sequenceiq/hadoop-docker.

Giraph

Here's a Docker image for Giraph: https://registry.hub.docker.com/u/uwsampa/giraph-docker.

Grappa

Here's a Docker image for Grappa: https://registry.hub.docker.com/u/uwsampa/grappa. More info on using it is at the Grappa repo.

Green-Marl

Here's the link to the github for Green-Marl: https://github.com/stanford-ppl/Green-Marl. Here's the link to the graph generator for our standard input: https://github.com/uwsampa/graphbench/tree/master/Green-Marl.

Clone this wiki locally