Getting started

Introduction to Spark with sparklyr in R

Richie Cotton

Data Evangelist at DataCamp

R logo

Introduction to Spark with sparklyr in R

$$

Spark logo

Introduction to Spark with sparklyr in R

$$ $$

sparklyr logo

Introduction to Spark with sparklyr in R

Connect-work-disconnect

  1. Connect using spark_connect()
  2. Work
  3. Disconnect using spark_disconnect()
Introduction to Spark with sparklyr in R

dplyr verbs

  1. Select columns using select()
  2. Filter rows using filter()
  3. Arrange rows using arrange()
  4. Change or add columns using mutate()
  5. Calculate summary stats using summarize()
Introduction to Spark with sparklyr in R

Let's practice!

Introduction to Spark with sparklyr in R

Preparing Video For Download...