sparklyr
R interface to Apache Spark for distributed data manipulation and machine learning
sparklyr now spends its releases absorbing dbplyr changes and feeding pysparklyr
◆Recent moves
- 1mo ago
Restores compatibility after dbplyr changed Hive quoting
dbplyr 2.6.0 switched the Hive backend to ANSI double-quoted identifiers and rebuilt the lazy table source, so sparklyr now renders SQL through the Spark SQL backend and pulls connections from lazy tables the new way. The clearest single instance of this package's release cadence being set by dbplyr.
View source ↗ - 3mo ago
Adds tune_grid_spark() for pysparklyr to implement
A method added not to be used here but to be filled in by pysparklyr - the same pattern as ml_fit() and spark_apply() before it. sparklyr increasingly defines the interface while the Databricks Connect path supplies the behavior.
View source ↗ - 10mo ago
Fixes lazy-table field lookup and a name collision
Three small internal fixes, including avoiding a call to a function named unknown in case another package defines one. Housekeeping with no user-visible surface.
View source ↗ - 1y ago
Catches up with released Spark 4.0; ml_load() reads via Spark
Adapts to what changed in Spark 4.0 between preview and release while restoring Spark 2.4 with Scala 2.11 at the other end of the range. ml_load() now reads model metadata through Spark rather than R, which is what makes it work against mounted and non-local file protocols.
View source ↗ - 2y ago
Databricks autoloader streaming ingestion; R 4.4 fixes
Adds streaming ingestion of files through Databricks autoloader via stream_read_cloudfiles, the one genuinely new capability in this window. The rest is R 4.4.0 fallout, where version-comparison functions stopped accepting the inputs sparklyr was giving them.
View source ↗ - 2y ago
Drops tibble and rappdirs; retires Spark 2.3 JARs
Slimming and pruning in one release - tibble and rappdirs imports removed, Java folders for Spark 2.3 and below deleted, JARs recompiled from 2.4 up. Converting spark_apply() to a method is the early move in the pysparklyr backend pattern.
View source ↗