How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "paulovn/spark-base64"
config.vm.box_version = "1.9.2"
end
vagrant init paulovn/spark-base64 \
--box-version 1.9.2
vagrant up
This version was created over 7 years ago.
Contains software installed on top of a CentOS 7.2 distribution:
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: Spark is 2.0.1, based on CentOS 7.2 (w/ Python 2.7.5), no Python SCL installation (uses system Python 2.7), IPython 5.1.0, removed Spark add-ons (csv is now built-in, graphframes can be downloaded on the fly)