I took the following steps to get spark up and running in rstudio
- Downloaded it at: http://spark.apache.org/
- Stored the file in the following dir: "C:\Users\Marc\Apache"
Now I have a bin file containing a sparkR file called: spark-1.6.1-bin-hadoop2.6. However when I open up my terminal, move to the right dir and try to run it using:
.bin\sparkR
I get the following error:
R is not recognized as an internal or external command ....
Any thoughts on what goes wrong here?