How To Run PySpark Program using Jupyter

Опубликовано: 23 Октябрь 2024
на канале: Sreyobhilashi IT
2,576
36

In this video how to install and run Jupyter and run spark program how to explaining explained in this video. if any doubts pls comment or whatsapp: https://wa.me/918500002025

conda create -n py38 python=3.8 -y
conda activate py38
pip install jupyter
pip install findspark

PYSPARK_PYTHON=E:\bigdata\DELL\anaconda3\envs\py38\python.exe
PYSPARK_DRIVER_PYTHON=jupyter
PYSPARK_DRIVER_PYTHON_OPTS=notebook


pyspark