Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Wednesday, November 2, 2016

Setting up Spark Standalone on Windows

Doing this today with an eye toward Spark Scala development.  

Even though I'm running Windows 10, I followed the directions at http://nishutayaltech.blogspot.in/2015/04/how-to-run-apache-spark-on-windows7-in.html with success, with the following notes:

And, success! running spark-shell, opening the Spark UI, and running the SparkPi example.

Up next: choosing and setting up a Scala IDE