Skip to content

Commit 766e6c2

Browse files
committed
update notebook
1 parent 71b1384 commit 766e6c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stacks/jupyterhub-pyspark-hdfs/notebook.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
},
2828
{
2929
"cell_type": "code",
30-
"execution_count": 2,
30+
"execution_count": null,
3131
"metadata": {},
3232
"outputs": [],
3333
"source": [
3434
"spark = (\n",
3535
" SparkSession\n",
3636
" .builder\n",
37-
" .remote(\"sc://spark-connect-server-default:15002\")\n",
37+
" .remote(\"sc://spark-connect-server:15002\")\n",
3838
" .appName(\"taxi-data-anomaly-detection\")\n",
3939
" .getOrCreate()\n",
4040
")"

0 commit comments

Comments
 (0)