-
How do we use `sparklyr` to query tables from Hive in Hadoop 3, now that catalogs for Apache Hive and Apache Spark are separated, and Spark SQL no longer seems to work? Is this something that's being …
-
Sparklyr code functional with HDP 2.6 and hive is not functional after platform upgradation.
Current Server configuration
Hive 3.1.0.3.1.0.0-78
Spark - 2.3.2.3.1.0.0-78
Hadoop - 3.1.1.3.1.0.0-…
-
For the [sparknlp](https://github.com/r-spark/sparknlp) extension I am maintaining there is a requirement that a URL is specified when creating the spark session for the `spark.jars` config parameter.…
-
Do you plan realize something like ml_xgboost?
(based on https://libraries.io/github/dmlc/xgboost)
-
According to the [wiki page](https://github.com/CannyLab/tsne-cuda/blob/master/INSTALL.md)
```
First, clone the repository, and change into the cloned directory using:
git clone https://github.co…
-
Hi
I'm using sparklyr v1.5.0 with a Livy connection to an existing remote Spark cluster (old Spark 2.3.0, Cloudera HDP) and I've had troubles specifying jar dependencies for my code, as in the code…
-
I am using sparklyr sql to call window frame like this:
```
SELECT
user_id,dt, value,SUM(VALUE) OVER(PARTITION BY user_id ORDER BY order RANGE BETWEEN 29 PRECEDING AND CURRENT ROW ) as sum_value…
-
I've been trying to get sparklyr to connect to Kubernetes (hosted on GKE), following the code of all the resources I can find:
* https://github.com/sparklyr/sparklyr/issues/1525
* https://github.com…
-
**How to use this package.Write data to the KUDu table?**
-
```
library(dplyr)
library(magrittr)
library(DBI)
library(devtools)
library(readr)
library(sparklyr)
library(DBI)
library(dplyr)
library(tidyr)
library(kudusparklyr)
library(magrittr)
libr…