Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-30 | 443 Bytes | |
sparklyr 1.9.1 source code.tar.gz | 2025-06-30 | 3.7 MB | |
sparklyr 1.9.1 source code.zip | 2025-06-30 | 4.2 MB | |
Totals: 3 Items | 8.0 MB | 3 |
-
Removes use of
%||%
in worker's R scripts to avoid reference error (#3487) -
Restores support for Spark 2.4 with Scala 2.11 (#3485)
-
Addresses changes in Spark 4.0 from when it was in preview to now.
-
ml_load()
now uses Spark's file read to obtain the metadata for the models instead of R's file read. This approach accounts for when the Spark Context is reading different mounted file protocols and mounted paths (#3478).