Reputation: 125
I have Jupiter and python in my system. Could anybody please let me know how do I use Pyspark through Jupiter? I want to use pyspark.
Upvotes: 0
Views: 45
Reputation: 2855
There are tons of guides available online.
You can follow this one
https://www.sicara.ai/blog/2017-05-02-get-started-pyspark-jupyter-notebook-3-minutes
Alternatively, you can just use the prebuilt docker image directly,
https://hub.docker.com/r/jupyter/pyspark-notebook/
Upvotes: 1