mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Added instruction link to congifure IPython Notebook and PySpark.
This commit is contained in:
parent
2d1f1e8c36
commit
c0c804042e
|
@ -6,6 +6,7 @@
|
||||||
"source": [
|
"source": [
|
||||||
"# Spark\n",
|
"# Spark\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
"* IPython Notebook Setup\n",
|
||||||
"* Python Shell\n",
|
"* Python Shell\n",
|
||||||
"* RDDs\n",
|
"* RDDs\n",
|
||||||
"* Pair RDDs\n",
|
"* Pair RDDs\n",
|
||||||
|
@ -22,6 +23,20 @@
|
||||||
"* Accumulators"
|
"* 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",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user