Download Anaconda installer and install it in the following way. In that example I have installed Anaconda Python 3 version. We have installed Anaconda now lets test the installation. To test the installation of Anaconda, run the command "conda list" from "Anaconda Prompt". A long list of installed package appears similar to the below screenshot. You could also run "Jupyter Notebook" using the command "jupyter notebook" In order to install "PySpark" just run the command "pip install psypark". If you have certificate issue then you can install it using trusted host used in the following example. Next, we will edit our environmental variables so we can open a spark notebook in any directory. |