Materials to start using Spark in R (sparklyr
package).
- My slides for the sparklyr workshop - updated July 2019.
- In Spanish: sparklyr workshop
- Examples for local usage (in RStudio): sparklyr_start.Rmd.
- Rendered in HTML sparklyr_start.html
- Examples for cluster usage (in Jupyter): sparklyr_test.ipynb.
- Rendered in nbviewer.jupyter.org
$ git clone https://github.com/aurora-mareviv/sparklyr_start
sparklyr
workshopsparklyr
presentation by RStudiosparklyr
tutorial.sparklyr
cheatsheet.sparklyr
: creating extensions.- Differences between
sparkr
andsparklyr
. - Hive Operators and UDFs.
- String Functions in Hive.
- POSIX regular expressions.