Added instructions link to configure IPython Notebook and PySpark.

This commit is contained in:
Donne Martin 2015-06-09 18:06:52 -04:00
parent 2d1f1e8c36
commit 2f7866df2f

View File

@ -6,6 +6,7 @@
"source": [
"# Spark\n",
"\n",
"* IPython Notebook Setup\n",
"* Python Shell\n",
"* RDDs\n",
"* Pair RDDs\n",
@ -22,6 +23,20 @@
"* Accumulators"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## IPython Notebook Setup"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Follow the instructions provided [here](http://ramhiser.com/2015/02/01/configuring-ipython-notebook-support-for-pyspark/) to configure IPython Notebook Support for PySpark."
]
},
{
"cell_type": "markdown",
"metadata": {},