I want to update from SparkR 1.4.0
to SparkR 2.0.0
, but I get the following error:
had non-zero exit status
This is because SparkR 2.0.0
is not available on CRAN.
Similarly, from SparkR 1.6.2
to SparkR 2.0.0
, we get:
Warning in install.packages :
package ‘SparkR’ is not available (for R version 3.3.0)
How does one install Spark 2.0.0
from there? (i dont want to install the SparkR because it's already installed as 1.6.2 nut i have to update it as 2.0.0)