-
Hello.
I am experiencing an unresolved issue with sparklyr 0.5.6 and Spark 2.1.0 on R 3.3.0,
Also I am using CDH 5.10.1 now.
`> sessionInfo()
Oracle Distribution of R version 3.3.0 (--)
Plat…
-
Hello,
Using the latest master `sparklyr`, and I came across this strange bug.
Consider this simple code:
```
df_new %
mutate(unix_t = from_utc_timestamp(timestamp(t) ,'UTC'),
d…
-
# Error
```
# Step 2: specify how the Spark dataframe should be interpreted as a time series by Flint
ts_rdd
-
Hello, I'm trying to get a table from MongoDB using a spark connector. One of my columns is an [ObjectId](https://docs.mongodb.com/manual/reference/method/ObjectId/). But the retrieved value that I g…
ghost updated
7 years ago
-
Dear sparklyr team,
stumbled upon a new scala interface problem. Consider the following little scala package, which let be linked to the R package ``test_sparklyr``
```scala
package test
objec…
-
When I try to call as.factor on an h2o dataframe I obtain the following lexical error:
ERROR: Unexpected HTTP Status code: 500 Server Error (url =
http://127.0.0.1:54323/99/Rapids)
Error: lexi…
-
- 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…
-
Getting this exception:
Error in force(code) :
Failed while connecting to sparklyr to port (8880) for sessionid (5308): Gateway in port (8880) did not respond.
Path: C:\Users\nacheruku\App…
-
hi sparkgeo team:
I found some similar projects that aims to bind spark geospatial package to R.
+ [sparksf](https://github.com/etiennebr/sparksf)
+ [sparkgeo](https://github.com/miraisolutio…
-
We'd like to _eventually_ remove `dplyr::type_sum()`, which just reexports `pillar::type_sum()`. To do this, we need to switch sparklyr over to using the pillar version.
We import the dplyr version…