-
I installed `spark-4.0.0-preview2` and would like to use `sparklyr` with it.
Unfortunately, it doesn't seem to be supported.
```r
library(sparklyr)
# get the default config
conf
-
see https://github.com/harryprince/geospark/wiki/Introduction-&-Philosophy
-
Putting this in the backlog. We should resolve https://github.com/rstudio/sparklyr/issues/741 (if possible) first though.
-
Hi,
I am trying to understand the concepts behind the extensions for sparklyr.
An example extension would be very helpful for me.
Thanks!
-
If I understand correctly, the sparklyr extension is developed in the upstream repo?
-
I am trying to connect to a databricks cluster and trying to run the exploratory command to list databases with `src_databases(sc)`. Not sure but wanted to reach out for thoughts on what could be goin…
-
Hi. I'm working with the geospark sparklyr extension with huge spatial datasets (mostly points datasets).
When I need to compute a geospatial index like H3, I have to use spark_apply() with the R h3…
-
```
library(tidyverse)
library(sparklyr)
library(kudusparklyr)
library(devtools)
library(DBI)
options(kudu.version = "1.9.0")
SPARK_HOME
-
- Major new features in sparklyr 1.2 and beyond
- sparklyr.flint, an extension of sparklyr for working with time series efficiently in Spark
- Also recent addition of compatibility flags such as `sc…
-
See https://github.com/rstudio/sparklyr/issues?q=is%3Aopen+is%3Aissue+label%3Ascala-interop.
Creating this issue to track and consolidate discussion, and targeting for 0.9 to make sure we get them …