When I use spark_isntall("3.0"), I get an error (screenshot)

Error in validVersions[with(validVersions, order(hadoop, decreasing = TRUE)),  :    subscript out of bounds
  1. I re-installed R and RStudio again, but it does' work
  2. When I check spark_available_versions(), I get the following on my console: enter image description here
1

There are 1 best solutions below

1
Jeff On

Same problem

spark_install("2.3")

Error in validVersions[with(validVersions, order(hadoop, decreasing = TRUE)), : subscript out of bounds

So I manually installed Spark and good to go. Hopefully someone will have an answer to our issue.