Frits Verstraten
Frits Verstraten

Reputation: 2179

Cant start spark in terminal

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?

Upvotes: 1

Views: 229

Answers (1)

Franjrg
Franjrg

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

Related Questions