-
I can succesfully connect to Azure databricks from my local PC, with databricks-connect, but I cannot seem get the path to a mounted Azure Datalake Gen2 working. The code below all works fine if I run…
-
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…
-
Hi.
I've installed sparklyr over a amazon linux using `devtools::install_github("sparklyr/sparklyr")` But I get this code in process_tbl_name
```R
> sparklyr:::process_tbl_name
function (x)
…
-
Hi!
Maybe this question is not related directly to sparklyr but could be useful to the community.
I have strings like this:
b'yyyy\xf2'
and I want to obtain a string like this yyyyò.
Is there in…
-
Similar to #518, but specifically related to the formula interface. With the devel version of dbplyr and the CRAN version of dplyr.
``` r
library(dplyr)
#> Warning: package 'dplyr' was built under …
-
RUN echo "deb http://repos.mesosphere.io/ubuntu/ xenial main" > /etc/apt/sources.list.d/mesosphere.list && \
apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF && \
…
-
Posting on behalf of DTCC, please follow up with any questions in the associated email thread.
a. df1 head(df1)
Source: query [?? x 45]
Database: spark connection master=spark://…:7077 app=spar…
slopp updated
3 years ago
-
Hi.
We are using sparklyr 1.4.0 with spark 3.0.0. After upgrading sparklyr to 1.5.1 some of our codes started failing. After some investigation I realized if distinct is used with join, operation is…
-
Hi,
After an upgrade from Sparklyr 1.3.1 to 1.4 I have been struggling to deploy application on K8s.
```
> library(sparklyr)
> library(rsparkling)
> options(sparklyr.log.console = TRUE)
> spar…
-
https://issues.apache.org/jira/browse/SPARK-15784