How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "paulovn/spark-base64"
  config.vm.box_version = "0.9.5"
end
vagrant init paulovn/spark-base64 \
  --box-version 0.9.5
vagrant up

This version was created over 8 years ago.

Contains software installed on top of CentOS 6.7:

  • Apache Spark 1.5.2
  • Python 2.7.5 from the Software Collections
  • A virtualenv for Python 2.7.5 with a scientific Python Stack (scipy, numpy, matplotplib, pandas, statmodels, gensim, networkx, scikit-learn) plus IPython 4 + Jupyter notebook
  • R 3.2.2 with a few libraries installed (rmarkdown, magrittr, dplyr, tidyr, data.table, ggplot2)
  • Spark notebook Kernels for Scala (Spark Kernel) and R (IRKernel)
  • A couple of small notebook extensions
1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (2.24 GB)