I’m trying to install Spark on my Mac. I’ve used home-brew to install spark 2.4.0 and Scala. I’ve installed PySpark in my anaconda environment and am using PyCharm for development. I’ve exported to my bash profile: export SPARK_VERSION=`ls /usr/local/Cellar/apache-spark/ | sort ...
Home/Java