-
Notifications
You must be signed in to change notification settings - Fork 8
Frameworks
Here are some links to help you get various graph processing frameworks working.
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.
Here's a Docker image for Giraph: https://registry.hub.docker.com/u/uwsampa/giraph-docker.
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.
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.