Skip to content

Instantly share code, notes, and snippets.

@robcowie
robcowie / spark_notes.md
Last active November 20, 2024 18:52
Apache Spark Notes

Install Apache Spark (OSX)

$ brew install apache-spark

Run the Spark python shell

A python shell with a preconfigured SparkContext (available as sc). It is