How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "paulovn/spark-base64"
config.vm.box_version = "0.9.7"
end
vagrant init paulovn/spark-base64 \
--box-version 0.9.7
vagrant up
This version was created over 8 years ago.
Version updated for Spark 1.6.0. Contains software installed on top of CentOS 6.7:
Note this is a base box, in particular neither Spark nor Spark notebook are fully configured. A complementary Vagrantfile builds on this base box to provide a fully functional Spark environment