-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Julaiti Alafate edited this page Jan 9, 2021
·
10 revisions
https://www.overleaf.com/read/dkxxtvdtzdwb
Or on GitHub: https://github.com/arapat/sparrow-writeup
We use 3 repositories for running experiments on Sparrow.
- Sparrow source code: this repository
- Scripts for setting up a cluster for running sparrow, including installing and compiling packages, downloading data: sparrow-scripts
- Experiment configurations and analysis: sparrow-experiments.
- Lauch a cluster
The experiments with Sparrow are conducted on AWS.
- Head node:
r3.2xlarge
- Scanner nodes:
m6gd.large
The instances could be launched manually, or using aws-jupyter.
- Initial the setup
Using the scripts in sparrow-scripts.
- Select which experiment to run
Choose or setup experiment configurations under the configs/
folder in sparrow-experiments.
Set up environment variables for debugging
export RUST_BACKTRACE=1
export RUST_LOG="sparrow=debug,tmsn=debug"
With these variable sets, Sparrow prints logs to stderr.