# hitlist_config: top-level configuration for hitlist generation
# 
# Uses /bin/sh syntax: var="val", i.e. no whitespaces around '='.

# Directory where the new hitlists will be saved
HITLIST_DEST_DIR="/nfs/lander/maxvol/traces/address_scans_datasets"

# Directory where the intermediate hitlist data is stored that will be
#+used for subsequent hitlist generations.
HITLIST_INTERMEDIATE_DIR="/nfs/lander/working/hitlist"

# Directory where all census datasets are stored
#+e.g. $HITLIST_CENSUS_DIR/internet_address_census_it37w-20101124
#+This directory MUST be available on all hadoop nodes e.g. via
#+nfs export.
HITLIST_CENSUS_DIR="/nfs/lander/traces/address_scans_datasets"
