sparklyr / sparklyr

R interface for Apache Spark

Home Page:https://spark.rstudio.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error validversion

rizal-mujahiddan69 opened this issue · comments

image

Why error in install spark, im in version sparklyr 1.8.1

+1 on this. getting the same error

I has able to reproduce the error with:

library(sparklyr) spark_versions()

Installing the github version fixed the problem for now.

I traced the problem back to read_spark_versions_json(), but couldn't quite pin it down. From what I can tell, spark_versions() expects each version of spark to have at least 2 hadoop versions, which isn't the case for spark-3.4.0.

Hi, yes, that's fixed in the dev version. So it'll be fixed in the next CRAN version.

If you'd like to try it now, feel free to install sparklyr from Github:

devtools::install_github("sparklyr/sparklyr")

Automatically closed because there has not been a response for 30 days. When you're ready to work on this further, please comment here and the issue will automatically reopen.