Skip to content

Commit c1d254b

Browse files
committed
notebook: update remote connect to match listener service
1 parent 3eeefe7 commit c1d254b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

stacks/jupyterhub-pyspark-hdfs/notebook.ipynb

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@
2727
},
2828
{
2929
"cell_type": "code",
30-
"execution_count": 3,
30+
"execution_count": 2,
3131
"metadata": {},
3232
"outputs": [],
3333
"source": [
3434
"spark = (\n",
3535
" SparkSession\n",
3636
" .builder\n",
37-
" .remote(\"sc://spark-connect-server:15002\")\n",
37+
" .remote(\"sc://spark-connect-server-default:15002\")\n",
3838
" .appName(\"taxi-data-anomaly-detection\")\n",
3939
" .getOrCreate()\n",
4040
")"
4141
]
4242
},
4343
{
4444
"cell_type": "code",
45-
"execution_count": 4,
45+
"execution_count": 3,
4646
"metadata": {},
4747
"outputs": [],
4848
"source": [
@@ -58,7 +58,7 @@
5858
},
5959
{
6060
"cell_type": "code",
61-
"execution_count": 5,
61+
"execution_count": 4,
6262
"metadata": {},
6363
"outputs": [],
6464
"source": [
@@ -67,7 +67,7 @@
6767
},
6868
{
6969
"cell_type": "code",
70-
"execution_count": 6,
70+
"execution_count": 5,
7171
"metadata": {},
7272
"outputs": [
7373
{
@@ -76,7 +76,7 @@
7676
"12106669"
7777
]
7878
},
79-
"execution_count": 6,
79+
"execution_count": 5,
8080
"metadata": {},
8181
"output_type": "execute_result"
8282
}
@@ -87,7 +87,7 @@
8787
},
8888
{
8989
"cell_type": "code",
90-
"execution_count": 7,
90+
"execution_count": 6,
9191
"metadata": {},
9292
"outputs": [],
9393
"source": [
@@ -120,7 +120,7 @@
120120
},
121121
{
122122
"cell_type": "code",
123-
"execution_count": 8,
123+
"execution_count": 7,
124124
"metadata": {},
125125
"outputs": [],
126126
"source": [
@@ -183,7 +183,7 @@
183183
},
184184
{
185185
"cell_type": "code",
186-
"execution_count": 9,
186+
"execution_count": 8,
187187
"metadata": {},
188188
"outputs": [
189189
{
@@ -225,7 +225,7 @@
225225
},
226226
{
227227
"cell_type": "code",
228-
"execution_count": 10,
228+
"execution_count": 9,
229229
"metadata": {},
230230
"outputs": [],
231231
"source": [
@@ -242,7 +242,7 @@
242242
},
243243
{
244244
"cell_type": "code",
245-
"execution_count": 11,
245+
"execution_count": 10,
246246
"metadata": {},
247247
"outputs": [],
248248
"source": [
@@ -280,7 +280,7 @@
280280
},
281281
{
282282
"cell_type": "code",
283-
"execution_count": 12,
283+
"execution_count": 11,
284284
"metadata": {},
285285
"outputs": [
286286
{
@@ -310,7 +310,7 @@
310310
},
311311
{
312312
"cell_type": "code",
313-
"execution_count": 13,
313+
"execution_count": 12,
314314
"metadata": {},
315315
"outputs": [
316316
{
@@ -340,7 +340,7 @@
340340
},
341341
{
342342
"cell_type": "code",
343-
"execution_count": 14,
343+
"execution_count": 13,
344344
"metadata": {},
345345
"outputs": [
346346
{
@@ -406,7 +406,7 @@
406406
},
407407
{
408408
"cell_type": "code",
409-
"execution_count": 15,
409+
"execution_count": 14,
410410
"metadata": {},
411411
"outputs": [
412412
{

0 commit comments

Comments
 (0)