Improved Distributed Graph Processing
-
Python 2.6.6
-
Ruby 1.8.7 (with Rake)
- gnuplot (To prevent
snap
from printing spurious error messages) - swig (For
snap-python
) - nodejs (For running the broker)
Below are the steps to install Snapworld.
1. Setup your SSH keys for GitHub, instructions can be found here:
https://help.github.com/articles/generating-ssh-keys
2. % mkdir hanworks; cd hanworks
In your workspace create a directory called hanworks and change dir.
3. % git clone [email protected]:snap-stanford/snapworld.git
Clone the snapworld repository.
4. % cd snapworld; rake setup
This only needs to be run on initial setup, it pulls the other
necessary repositiories, and builds the project.
Below are the steps to install and run Snapworld.
1. In the snapworld directory open the Rakefile and change HOST_N to
the number of machines you want to use. This number is a total and
includes the master and supervisors, ex. HOST_N=5
2. In the snapworld directory open the snapw.config and configure
the parameters for your test. Specifically make sure to modify the
hosts list to only include the machines you want to use. Also set the
other parameters (nodes, range, stat_tasks, gen_tasks, drange).
3. % rake test
In the snapworld directory kickoff the test with rake test.
To stop a job type do the following.
1. % rake cleanup
This command will kill all of the processes running on all of the
machines.
To view metrics graphs associated with a given run, log into iln01 and run
rake yperf[PATH_TO_MASTER_LOG]