How to use this box with Vagrant:

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

This version was created about 8 years ago.

Contains software installed on top of a CentOS 6.7 distribution:

  • Apache Spark 1.6.1
  • Python 2.7.8 from the Software Collections
  • A virtualenv for Python 2.7.8 with a scientific Python stack (scipy, numpy, matplotplib, pandas, statmodels, gensim, networkx, scikit-learn, theano+keras) plus IPython 4 + Jupyter notebook
  • R 3.3.0 with a few packages installed (rmarkdown, magrittr, dplyr, tidyr, data.table, ggplot2, caret)
  • Spark notebook Kernels for Python 2.7, Scala (Toree) and R (IRKernel), in addition to the default "plain" (i.e. non-Spark capable) Python 2.7 kernel.
  • A few small notebook extensions
  • A notebook startup daemon script with facilities to configure Spark execution mode
  • Three additional Spark external libraries:

Note this is a base box, in particular neither Spark nor Jupyter notebook are fully configured. A complementary Vagrantfile builds on this base box to provide a fully functional Spark environment. That one is available in the ml-vm-notebook repository.

Changes: Python updated to 2.7.8, R updated to 3.3.0, small bugfixes

1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (2.67 GB)