1

I took the following steps to get spark up and running in rstudio

  1. Downloaded it at: http://spark.apache.org/
  2. 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?

Frits Verstraten
  • 2,049
  • 7
  • 22
  • 41
  • You miss r-base package. Check https://www.digitalocean.com/community/tutorials/how-to-set-up-r-on-ubuntu-14-04 – Amit Kumar Jun 06 '16 at 17:54

1 Answers1

1

¿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.

Community
  • 1
  • 1
Franjrg
  • 100
  • 1
  • 11