-
## Issue description
h2o (and due to dependency rsparkling) is failing
codetools in in the pkgs list
config.nix
{
allowUnfree = true;
packageOverrides = super: let self = super.pkgs;…
-
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…
-
# Reporting an Issue with sparklyr
Hi all,
I'm using sparklyr to use spark ML and sparkling water for a tutorial within Rstudio. I managed to use spark ML fine, however i'm running into memory…
-
We are trying to run coxph model using h2o,Rsparkling for large data set with 6 GB with 300 columns, whatever the configuration we take for spark, we are getting memory issues.
As per h2o, we should…
-
When I connect spark by sparklyr, it works well.
> library(sparklyr)
> library(dplyr)
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
Th…
-
Hi all,
I'm running out of memory when i try to fit a random forest model on my dataset (5888 bytes) using the rsparkling random forest function with the following:
```r
h2o.randomForest(x = x,
…
-
Since the CRAN release is typically usually >=1 releases behind the latest stable version, we could set up a [drat repository|https://github.com/eddelbuettel/drat] for the h2o R package. This would a…
-
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. …
-
Our production Hadoop installation runs Spark 1.6.2 with Hadoop 2.7 and so I've created a local installation for code development with:
```r
sparklyr::spark_install("1.6.2")
```
However `spark…
-
We should add a NEWS.md file to the R package that summarizes all new R-related changes for each stable release. Most R packages have a NEWS file, which is the standard place to announce changes betw…