How to use this box with Vagrant:

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

This version was created about 7 years ago.

Contains software installed on top of a 32-bit Ubuntu 16.04 distribution:

  • Apache Spark 2.1.0
  • A virtualenv for Python 2.7 with a scientific Python stack (numpy, scipy, matplotplib, pandas, statmodels, gensim, networkx, scikit-learn) plus IPython 5 + Jupyter notebook. Also Tensorflow, Theano & Keras
  • R 3.4.0 with a few packages installed (rmarkdown, magrittr, dplyr, tidyr, data.table, ggplot2, caret, SparkR, sparklyr)
  • 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

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.

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