mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Added instructions link to configure IPython Notebook and PySpark.
This commit is contained in:
parent
2d1f1e8c36
commit
2f7866df2f
|
@ -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": {},
|
||||
|
|
Loading…
Reference in New Issue
Block a user