-
Hi there,
I originally thought this was an issue with rsparkling (see [here](https://github.com/h2oai/rsparkling/issues/57)), but think it may be related to sparklyr?
I am getting the above erro…
-
People seem to enjoy our example notebooks (they also make demoing easy!). I'd like for us to have some organized sections specific to each language and a basic intro notebook:
* [ ] Welcome to nte…
-
# Reporting an Issue with sparklyr
---
Hi, I am triying to connect to spark but I get an error, here mi info
OS Windows 7
R 3.4.1
Rstudio 1.0.153
devtools installed
---
> sessionInf…
-
Hello,
Are the pnorm, qnorm etc.. functions available via sparklyr?
I suspect that such functions should be implemented somewhere in the scala code, otherwise many mllib functions could not have b…
-
context: https://github.com/sparklyr/sparklyr/issues/2760
-
Thinking along the lines of https://arrow.apache.org/blog/2019/01/25/r-spark-improvements/, there could be some perf gains to use Arrow to move the data rather than going through pandas. Arrow also su…
-
Hi,
I am trying to follow the instructions under https://spark.rstudio.com/graphframes/ for running `graphframes` with spark version `2.1.0`.
However, I am facing a similar issue as has been descr…
-
# Reporting an Issue with sparklyr
I'm having issues trying to connect using sparklyr - have _just_ installed it.
```r
install.packages('sparklyr')
require(sparklyr)
spark_install()
sc
-
Trying to install sparklyr for R-Studio Server on Cloudera Quickstart (CentOS). After running install.packages("sparklyr") received the following error:
Warning in install.packages
unable to acces…
jjzll updated
6 years ago
-
We are running a bash script with some 28 R scripts(with sparklyr) using R CMD BATCH for each R script. Some times it happens that one of the job fails in middle and hangs in and other jobs executes. …