{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Lab 2 - Spark SQL\n",
"This lab will show you how to work with SparkSQL. It's meant to be self-guided, but don't hesitate to ask your presentor for help. "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Step 1 - Getting started: Create a [SQL Context](https://spark.apache.org/docs/1.6.2/api/python/pyspark.sql.html#pyspark.sql.SQLContext)\n",
"
\n",
"