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)

Add comment

Please register in our forum first to comment.

Comments

By: virginia

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.

By: Niaz Burfat

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?

By: jesus olivares

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

By: ByterBit

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

By: rodi

Perfect, thank you very much!