Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Sparkling Water version is not set #129

Closed
rsuhada opened this issue Nov 9, 2016 · 1 comment
Closed

Error: Sparkling Water version is not set #129

rsuhada opened this issue Nov 9, 2016 · 1 comment

Comments

@rsuhada
Copy link

rsuhada commented Nov 9, 2016

I've followed the installation instructions and insalled sparklyr (spark 1.6.2, local), rsparkling and the h2o package. Running:

library(sparklyr)
library(rsparkling)
library(dplyr)
sc <- spark_connect(master = "local", version = "1.6.2")

Gives:

Error in spark_dependencies(spark_version = spark_version, scala_version = scala_version) : 
  Sparkling Water version is not set. Please choose a correct version

Loaded packages:

dplyr_0.5.0      rsparkling_0.1.0 sparklyr_0.4    

Thank you very much!

@rsuhada rsuhada changed the title Sparkling Water version is not set Error: Sparkling Water version is not set Nov 9, 2016
@jangorecki
Copy link
Contributor

Hi @rsuhada
The error message was recently improved and you would get the following message now:

Sparkling Water version is not set. Please choose a correct version using options, for example: options(rsparkling.sparklingwater.version = '1.6.7')

If you will set options(rsparkling.sparklingwater.version = '1.6.7') before calling spark_connect you should successfully attach sparkling water java packages to your spark instance. Feel free to reopen if that wouldn't help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants