File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
stacks/jupyterhub-pyspark-hdfs Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 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": [
5858 },
5959 {
6060 "cell_type": "code",
61- "execution_count": 5 ,
61+ "execution_count": 4 ,
6262 "metadata": {},
6363 "outputs": [],
6464 "source": [
6767 },
6868 {
6969 "cell_type": "code",
70- "execution_count": 6 ,
70+ "execution_count": 5 ,
7171 "metadata": {},
7272 "outputs": [
7373 {
7676 "12106669"
7777 ]
7878 },
79- "execution_count": 6 ,
79+ "execution_count": 5 ,
8080 "metadata": {},
8181 "output_type": "execute_result"
8282 }
8787 },
8888 {
8989 "cell_type": "code",
90- "execution_count": 7 ,
90+ "execution_count": 6 ,
9191 "metadata": {},
9292 "outputs": [],
9393 "source": [
120120 },
121121 {
122122 "cell_type": "code",
123- "execution_count": 8 ,
123+ "execution_count": 7 ,
124124 "metadata": {},
125125 "outputs": [],
126126 "source": [
183183 },
184184 {
185185 "cell_type": "code",
186- "execution_count": 9 ,
186+ "execution_count": 8 ,
187187 "metadata": {},
188188 "outputs": [
189189 {
225225 },
226226 {
227227 "cell_type": "code",
228- "execution_count": 10 ,
228+ "execution_count": 9 ,
229229 "metadata": {},
230230 "outputs": [],
231231 "source": [
242242 },
243243 {
244244 "cell_type": "code",
245- "execution_count": 11 ,
245+ "execution_count": 10 ,
246246 "metadata": {},
247247 "outputs": [],
248248 "source": [
280280 },
281281 {
282282 "cell_type": "code",
283- "execution_count": 12 ,
283+ "execution_count": 11 ,
284284 "metadata": {},
285285 "outputs": [
286286 {
310310 },
311311 {
312312 "cell_type": "code",
313- "execution_count": 13 ,
313+ "execution_count": 12 ,
314314 "metadata": {},
315315 "outputs": [
316316 {
340340 },
341341 {
342342 "cell_type": "code",
343- "execution_count": 14 ,
343+ "execution_count": 13 ,
344344 "metadata": {},
345345 "outputs": [
346346 {
406406 },
407407 {
408408 "cell_type": "code",
409- "execution_count": 15 ,
409+ "execution_count": 14 ,
410410 "metadata": {},
411411 "outputs": [
412412 {
You can’t perform that action at this time.
0 commit comments