Skip to content

Spark Session Vs Context

Lecture 17 : Spark Session vs Spark Context🔗

  • Spark Session is entry point to the Spark cluster where we provide the parameters to create and operate our cluster.
  • Spark session will have different context like one for SQL, PySpark etc...

image