A place to keep my apache-spark proof of concepts for integration with mesos, opendap, etc
you'll need to download and unpack the standalone package export SPARK_HOME to wherever you unpacked the tarball
http://spark.apache.org/downloads.html
[bourne@skynet2]$ echo
conda env create -f environment.yaml --name spark27
source activate spark27
ipython notebook --ip=0.0.0.0 --browser=none