Reputation: 2179
I took the following steps to get spark up and running in rstudio
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?
Upvotes: 1
Views: 229
Reputation: 100
¿Do you have R installed and added to the PATH?
Also check R CMD on Windows 7 Error - "R" is not recognized as an internal or external command, it may help you.
Upvotes: 1