{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Lab 1 - Hello Spark\n",
"This lab will introduce you to Apache Spark. It will be written in Python and run in IBM's Data Science Experience environment through a Jupyter notebook. While you work, it will be valuable to reference the [Apache Spark Documentation](http://spark.apache.org/docs/latest/programming-guide.html). Since it is Python, be careful of whitespace!"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Step 1 - Working with Spark Context\n",
"### Step 1.1 - Invoke the spark context: version will return the working version of Apache Spark
\n",
"