Installation and Getting Started
Install and Run Spark from Docker
This Download is memory intensive. Stop WORD, PowerPoint, Docker, etc before going on.
Open a terminal window in your native machine.
Change Directory (cd) into Vagrant directory and start your VM
cd msbx5420vagrant
vagrant upOpen a terminal in your VM and do the following:
cd
mkdir work
cd work
rm -rf MSBX5420-001-FunctionalProgramming
git clone https://github.com/marilynwaldman/MSBX5420-001-FunctionalProgramming.git && rm -rf /MSBX5420-001-FunctionalProgramming.gitStop all running docker containers
Pull the spark image
Verify that Spark is running
Goto your notebook
You can exit the browser and stop the spark container
Stop your VM from your local machine (Mac OS or Windows)
Last updated
Was this helpful?