#! /bin/bash
#
# Sets environment variables used by other scripts on this framework
# The scripts source this file to extract the environment variables.
#
# Written by Ikaro Silva
# Last Modified: August, 23, 2014

#Local Database Directory (used for storing data prior to loading it into HDFS)
DATA_DIR=/data/physionet

#Root Database location in HDFS 
HDFS_ROOT=/physionet

