The newest version of Spark (1.4) now comes with SparkR. Does anyone know how to go about installing the SparkR implementation on Windows? The sparkR.R script is currently located in C:/spark-1.4.0/R/pkgs/R/
This appears to be a step in the right direction, but the instructions don't work for Windows as there is no sparkR directory as it relates to.
@DavidArenburg put me on the right track.
Following the Windows documentation in the C:\spark-1.4.0\R\WINDOWS.md, I installed RTools and added R.exe and RTools to my computers PATH.
Then, I ran install-dev.bat in C:\spark-1.4.0\R This added the lib\SparkR\ installation that I was missing.
Then, from the command prompt, I ran
This added a link in my R packages directory to the installation in the spark folder.