brew install apache-spark
python3 -m venv .venv
source .venv/bin/activate
pip install pyspark
Then update your hostname in /etc/hosts
.
127.0.0.1 localhost, <the value of hostname on your machine`>
brew install apache-spark
python3 -m venv .venv
source .venv/bin/activate
pip install pyspark
Then update your hostname in /etc/hosts
.
127.0.0.1 localhost, <the value of hostname on your machine`>