Comments on How to Install Apache Spark on Ubuntu 20.04
Apache Spark is an open-source framework and a general-purpose cluster computing system. Spark provides high-level APIs in Java, Scala, Python and R that supports general execution graphs.
5 Comment(s)
Comments
Thank you, I am trying to follow your directions, but when it comes to writting http://your-server-ip:8080 in the brower, it does not work
any suggestion.
start-master.sh this command always gives error of command not found and Master Spark didn't start.
Is there any other way or any troubshooting?
Virginia, you must use localhost instead of "your-server-ip", or on a console type "ifconfig" to check your machine IP address, something like 192.168.1.60
Well done, and many thanks. A very useful series of instructions.
I did have problems with pyspark starting but was able to solve it with
export PYSPARK_PYTHON=python3
Perfect, thank you very much!